pub fn hamming_distance_arrow_batch( from: &dyn Array, to: &FixedSizeListArray, ) -> Result<Arc<Float32Array>>