azof 0.2.1

Lakehouse format with event time travel
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod as_of;
mod errors;
mod lakehouse;
mod metadata;
mod projection;
mod schema;
mod table;

pub use as_of::AsOf;
pub use errors::AzofError;
pub use lakehouse::Lakehouse;
pub use projection::Projection;
pub use schema::{ColumnDef, ColumnType, TableSchema};
pub use table::Table;