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::DataEvolutionDeleteWriter;pub use table::DataEvolutionWriter;pub use table::DataSplit;pub use table::DataSplitBuilder;pub use table::DeletionFile;pub use table::IncrementalPlan;pub use table::IncrementalScan;pub use table::IncrementalScanMode;pub use table::IncrementalSplit;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::ScanTrace;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::TableUpdate;pub use table::TableWrite;pub use table::TagManager;pub use table::WriteBuilder;pub use table::HybridSearchBuilder;pub use table::HybridSearchRanker;pub use table::HybridSearchRoute;pub use table::HybridSearchRouteKind;
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
- lumina
- spec
- Spec module for paimon.
- table
- Table API for Apache Paimon
- variant
- Java-compatible helpers for Paimon Variant values.
- vector_
search - vindex
Enums§
- Error
- Error type for paimon.
Type Aliases§
- Result
- Result type used in paimon.