pub fn hash_binary<O: Offset>(array: &BinaryArray<O>) -> PrimitiveArray<u64>
Available on crate feature compute_hash only.
Expand description

Element-wise hash of a BinaryArray. Validity is preserved.