Expand description
SQL parsing, execution, and optimization
This module handles all SQL-related functionality including parsing, query optimization, execution, and caching.
Modulesยง
- aggregate_
functions - aggregates
- Aggregate functions for GROUP BY operations
- cache
- cursor_
aware_ parser - functions
- generators
- hybrid_
parser - parser
- Modular SQL Parser
- query_
rewriter - Query Rewriter Module
- recursive_
parser - script_
parser - smart_
parser - sql_
highlighter - template_
expander - where_
ast - where_
parser - window_
context - Window function context for managing partitioned and ordered data views
- window_
functions