datafusion_iceberg 0.6.0

Datafusion integration for Iceberg table format
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod catalog;
pub mod error;
pub mod materialized_view;
pub mod planner;
mod pruning_statistics;
pub mod sql;
mod statistics;
pub mod table;

pub use crate::table::DataFusionTable;