Skip to content

Latest commit

 

History

History
89 lines (52 loc) · 2.26 KB

File metadata and controls

89 lines (52 loc) · 2.26 KB

minisql.sql.expressions.BoundBetween

Home · Source file

BoundBetween

struct BoundBetween

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

View source

Members

kind

kind

Stores the kind associated with this value.

View source

lower

lower

Stores the lower associated with this value.

View source

negated

negated

Indicates whether the negated condition is active.

View source

operand

operand

Stores the operand associated with this value.

View source

typeInfo

typeInfo

Stores the type info associated with this value.

View source

upper

upper

Stores the upper associated with this value.

View source