Re-exports§
pub use catalog::Catalog;pub use catalog::CatalogError;pub use catalog::CatalogResult;pub use catalog::InMemoryCatalog;pub use catalog::TableIdentifier;pub use manifest::DataFile;pub use manifest::FileFormat;pub use manifest::ManifestList;pub use manifest::Operation;pub use manifest::Snapshot;pub use metadata::MetadataError;pub use metadata::TableMetadata;pub use partition::PartitionSpec;pub use partition::Transform;pub use schema::Field;pub use schema::Schema;pub use schema::Type;pub use storage::Storage;pub use transaction::PreparedCommit;pub use transaction::RetryConfig;pub use transaction::Transaction;pub use transaction::TransactionError;
Modules§
- action
- SuperTable Actions
- catalog
- SuperTable Catalog
- cdc
- SuperTable Change Data Capture (CDC)
- datafusion
- SuperTable DataFusion Integration
- delete
- SuperTable Row-Level Deletes
- manifest
- SuperTable Manifest and Snapshot Management
- merge
- SuperTable MERGE Operation
- metadata
- SuperTable Metadata
- optimize
- Table Optimization
- partition
- SuperTable Partitioning
- polars
- prelude
- Prelude module for convenient imports.
- reader
- scan
- schema
- SuperTable Schema
- statistics
- SuperTable Statistics
- storage
- table
- SuperTable High-Level Table API
- transaction
- SuperTable Transactions
- update
- SuperTable Row-Level Updates
- validation
- writer
Constants§
- FORMAT_
VERSION - The current format version.
- VERSION
- Library version.