pub fn compute_partitions_arrow_array(
centroids: &FixedSizeListArray,
vectors: &FixedSizeListArray,
distance_type: DistanceType,
) -> Result<Vec<Option<u32>>>
Expand description
Compute partitions from Arrow FixedSizeListArray.
pub fn compute_partitions_arrow_array(
centroids: &FixedSizeListArray,
vectors: &FixedSizeListArray,
distance_type: DistanceType,
) -> Result<Vec<Option<u32>>>
Compute partitions from Arrow FixedSizeListArray.