clickhouse-datafusion 0.2.0

High-performance ClickHouse integration for Apache DataFusion with federation support
Documentation
1
2
3
4
5
6
//! A `DataFusion` `AnalyzerRule` that identifies largest subtree of a plan to wrap with an
//! extension node, and "pushes down" `ClickHouse` functions when required
pub mod function_pushdown;
mod source_context;
mod source_visitor;
mod utils;