Skip to main content

Module ast

Module ast 

Source
Expand description

Abstract syntax tree types for MQL statements. AST types for MQL statements.

Structs§

ConsolidateStatement
Filter
ForgetStatement
OrderBy
RecallStatement
RelateStatement
TraverseStatement

Enums§

Condition
A boolean combination of filters. Leaf is a single comparison; And/Or combine sub-conditions; Not negates one. This is the general form of a WHERE clause; a pure AND of leaves is represented directly as RecallStatement.filters instead, so the common case needs no tree walk.
Field
Operator
Statement
Top-level MQL statement.
Value