Expand description
Abstract Syntax Tree types for expression parsing
This module defines the AST types used to represent parsed expressions. These types are data-only and separate from parsing logic.
Structs§
- SortKey
- Sort key with direction and null handling
Enums§
- Expression
- Parsed expression AST
- Null
Handling - Null handling strategy for sorting
- Sort
Direction - Sort direction