Skip to main content

Crate apiary_query

Crate apiary_query 

Source
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§

ApiaryQueryContext
The Apiary query context — wraps DataFusion with Apiary namespace resolution.