Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 1.85 KB

File metadata and controls

77 lines (45 loc) · 1.85 KB

minisql.sql.ast.BetweenExpression

Home · Source file

BetweenExpression

struct BetweenExpression

Groups the between expression 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

upper

upper

Stores the upper associated with this value.

View source