Expand description
Query preprocessing pipeline
This module provides a structured, extensible pipeline for transforming SQL ASTs before execution. Transformers are applied in a defined order, with logging and debugging support.
Structs§
- Pipeline
Builder - Builder for creating a preprocessing pipeline with common transformers
- Pipeline
Config - Configuration for the preprocessing pipeline
- Preprocessing
Pipeline - The main preprocessing pipeline
- Preprocessing
Stats - Complete preprocessing statistics
- Transform
Stats - Statistics about a single transformation
Traits§
- ASTTransformer
- Trait for AST transformers that can be added to the preprocessing pipeline