Skip to main content

Module db

Module db 

Source

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§

commit_graph
graph_coordinator
manifest

Structs§

CleanupPolicyOptions
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.
SchemaApplyResult
TableCleanupStats
Per-table outcome of cleanup_all_tables.
TableOptimizeStats
Per-table outcome of optimize_all_tables.

Enums§

MergeOutcome