pub fn hash_primitive<T: NativeType + Hash>(
    array: &PrimitiveArray<T>
) -> PrimitiveArray<u64>
Available on crate feature compute_hash only.