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
- hybrid_
parser - parser
- Modular SQL Parser
- recursive_
parser - script_
parser - smart_
parser - sql_
highlighter - where_
ast - where_
parser - window_
context - Window function context for managing partitioned and ordered data views
- window_
functions