Expand description
Abstract syntax tree types for MQL statements. AST types for MQL statements.
Structs§
Enums§
- Condition
- A boolean combination of filters.
Leafis a single comparison;And/Orcombine sub-conditions;Notnegates one. This is the general form of a WHERE clause; a pure AND of leaves is represented directly asRecallStatement.filtersinstead, so the common case needs no tree walk. - Field
- Operator
- Statement
- Top-level MQL statement.
- Value