Skip to main content

Module select_executor

Module select_executor 

Source
Expand description

CQL SELECT Query Executor for Direct SSTable Access

This module implements the REVOLUTIONARY query executor that can run CQL SELECT statements directly on SSTable files without Cassandra.

Features:

  • Direct SSTable file scanning with predicate pushdown
  • Streaming results for memory efficiency
  • Parallel execution across multiple SSTable files
  • Advanced aggregation with hash-based grouping
  • Collection operations (list[index], map[‘key’])

Structs§

SelectExecutor
SELECT query executor for SSTable-based storage