lance-index 3.0.1

Lance indices implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright The Lance Authors

//! Shared helpers for partition-level IVF metadata and writer initialization.
//!
//! This module centralizes common logic used by both the distributed index
//! merger and the classic IVF index builder, to avoid duplicating how we
//! initialize writers and write IVF / index metadata.

pub mod partition_merger;
pub use partition_merger::*;