Skip to main content

Module ast

Module ast 

Source
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
NullHandling
Null handling strategy for sorting
SortDirection
Sort direction