Expand description
DataFusion-based SQL query engine for Apiary.
ApiaryQueryContext wraps a DataFusion SessionContext and resolves
Apiary frame references (hive.box.frame) to in-memory tables built from
the frame’s active Parquet cells. Custom SQL commands (USE, SHOW,
DESCRIBE) are intercepted before they reach DataFusion.
Modules§
- distributed
- Distributed query execution — plan queries across the swarm.
Structs§
- Apiary
Query Context - The Apiary query context — wraps DataFusion with Apiary namespace resolution.