Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.08 KB

File metadata and controls

41 lines (24 loc) · 1.08 KB

minisql.sql.binder.BoundAssignment

Home · Source file

BoundAssignment

struct BoundAssignment

Groups the bound assignment state and preserves the field relationships documented below.

View source

Members

columnIndex

columnIndex

Tracks the column index numeric value.

View source

expression

expression

Stores the expression associated with this value.

View source