indexlake-datafusion 0.5.0

IndexLake datafusion integration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod codec;
mod delete;
mod expr;
mod insert;
mod protobuf;
mod scan;
mod table;
mod update;

pub use codec::*;
pub use delete::*;
pub use expr::*;
pub use insert::*;
pub(crate) use protobuf::*;
pub use scan::*;
pub use table::*;
pub use update::*;