Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.56 KB

File metadata and controls

65 lines (38 loc) · 1.56 KB

minisql.sql.ast.BinaryExpression

Home · Source file

BinaryExpression

struct BinaryExpression

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

View source

Members

kind

kind

Stores the kind associated with this value.

View source

left

left

Stores the left associated with this value.

View source

operator

operator

Stores the operator associated with this value.

View source

right

right

Stores the right associated with this value.

View source