pub fn build_distance_table_l2<T: L2>( codebook: &[T], num_bits: u32, num_sub_vectors: usize, query: &[T], ) -> Vec<f32>
Build a Distance Table from the query to each PQ centroid using L2 distance.