Expand description
Query engine implementation for CQLite
This module provides the main query engine that coordinates between parsing, planning, and execution of CQL queries.
Structs§
- Analyze
Result - Query analysis result
- Cache
Stats - Cache statistics
- Explain
Result - Query explanation result
- Query
Cache Entry - Query cache entry
- Query
Engine - Query engine with caching and statistics
Enums§
- Schema
Status - Schema availability status for diagnostic purposes