Expand description
SQL parsing, execution, and optimization
This module handles all SQL-related functionality including parsing, query optimization, execution, and caching.
Modulesยง
- aggregates
- Aggregate functions for GROUP BY operations
- cache
- cursor_
aware_ parser - functions
- hybrid_
parser - parser
- recursive_
parser - smart_
parser - sql_
highlighter - where_
ast - where_
parser