Expand description
Core extension data structures without parser dependencies
This module contains the core data structures for extension arguments, values, and columns without any parser or textify dependencies.
Structs§
- Args
Extractor - Helper struct for extracting named arguments with validation.
- Extension
Args - Represents the arguments and output columns for an extension relation.
- RawExpression 🔒
- Placeholder for a future expression implementation. Holds the raw text of the parsed expression. The inner field is private — this type will be replaced with a proper expression AST in the future.
Enums§
- Extension
Column - Represents an output column specification
- Extension
Relation Type - Extension relation types
- Extension
Value - Represents a value in extension arguments