Expand description
Abstract Syntax Tree (AST) definitions for DSQ filter language
This module defines the AST nodes that represent the parsed structure of DSQ filter expressions.
Structs§
- Filter
- Represents a complete DSQ filter expression (possibly a pipeline)
- OrderBy
- Order by specification
Enums§
- Assignment
Operator - Assignment operators
- Binary
Operator - Binary operators
- Expr
- Core expression types in DSQ
- Literal
- Literal values
- Object
Entry - Object construction entry
- Order
Direction - Order direction
- Unary
Operator - Unary operators