Type Alias BatchDistanceFunc

Source
pub type BatchDistanceFunc = fn(&[f32], &[f32], usize) -> Arc<Float32Array>;