Module pipeline

Module pipeline 

Source
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§

PipelineBuilder
Builder for creating a preprocessing pipeline with common transformers
PipelineConfig
Configuration for the preprocessing pipeline
PreprocessingPipeline
The main preprocessing pipeline
PreprocessingStats
Complete preprocessing statistics
TransformStats
Statistics about a single transformation

Traits§

ASTTransformer
Trait for AST transformers that can be added to the preprocessing pipeline