Module external_manifest

Source
Expand description

Trait for external manifest handler.

This trait abstracts an external storage with put_if_not_exists semantics.

Structs§

ExternalManifestCommitHandler
External manifest commit handler This handler is used to commit a manifest to an external store for detailed design, see https://github.com/lancedb/lance/issues/1183

Traits§

ExternalManifestStore
External manifest store