Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.3 KB

File metadata and controls

53 lines (31 loc) · 1.3 KB

minisql.sql.ast.UnaryExpression

Home · Source file

UnaryExpression

struct UnaryExpression

Groups the unary expression state and preserves the field relationships documented below.

View source

Members

kind

kind

Stores the kind associated with this value.

View source

operand

operand

Stores the operand associated with this value.

View source

operator

operator

Stores the operator associated with this value.

View source