Skip to main content

Crate paimon

Crate paimon 

Source

Re-exports§

pub use common::CatalogOptions;
pub use common::Options;
pub use api::rest_api::RESTApi;
pub use catalog::Catalog;
pub use catalog::CatalogFactory;
pub use catalog::FileSystemCatalog;
pub use table::CommitMessage;
pub use table::DataEvolutionWriter;
pub use table::DataSplit;
pub use table::DataSplitBuilder;
pub use table::DeletionFile;
pub use table::PartitionBucket;
pub use table::Plan;
pub use table::RESTEnv;
pub use table::RESTSnapshotCommit;
pub use table::ReadBuilder;
pub use table::RenamingSnapshotCommit;
pub use table::RowRange;
pub use table::SnapshotCommit;
pub use table::SnapshotManager;
pub use table::Table;
pub use table::TableCommit;
pub use table::TableRead;
pub use table::TableScan;
pub use table::TableWrite;
pub use table::TagManager;
pub use table::WriteBuilder;

Modules§

api
REST API module for Paimon.
arrow
btree
BTree index implementation compatible with Apache Paimon Java.
catalog
Catalog API for Apache Paimon.
common
Common utilities for Paimon.
file_index
io
spec
Spec module for paimon.
table
Table API for Apache Paimon

Enums§

Error
Error type for paimon.

Type Aliases§

Result
Result type used in paimon.