Re-exports§
pub use commit_graph::GraphCommit;pub use graph_coordinator::GraphCoordinator;pub use graph_coordinator::ReadTarget;pub use graph_coordinator::ResolvedTarget;pub use graph_coordinator::SnapshotId;pub use manifest::Snapshot;pub use manifest::SubTableEntry;pub use manifest::SubTableUpdate;
Modules§
Structs§
- Cleanup
Policy Options - Retention knobs for [
cleanup_all_tables]. At least one must be set or nothing is cleaned. If both are set, Lance applies them as AND (a manifest is kept if it satisfies either — i.e. only manifests older than BOTH the time cutoff AND the version cutoff are removed). - Omnigraph
- Top-level handle to an Omnigraph database.
- Schema
Apply Result - Table
Cleanup Stats - Per-table outcome of
cleanup_all_tables. - Table
Optimize Stats - Per-table outcome of
optimize_all_tables.