Re-exportsยง
pub use crate::datafusion::DfContextProviderAdapter;
pub use crate::query_engine::QueryEngine;
pub use crate::query_engine::QueryEngineContext;
pub use crate::query_engine::QueryEngineFactory;
pub use crate::query_engine::QueryEngineRef;
Modulesยง
- analyze ๐Customized
ANALYZE
plan that aware of MergeScanExec. - Planner, QueryEngine implementations based on DataFusion.
- Dummy catalog for region server.
- optimizer ๐
- part_
sort ๐Module for sorting input data within eachPartitionRange
. - range_
select ๐ - window_
sort ๐A physical plan for window sort(Which is sorting multiple sorted ranges according to inputPartitionRange
).
Macrosยง
- Get an iterator from a primitive array.
- Downcast a temporal array to a specific type