Expand description
Functionality used both on logical and physical plans
Traits§
- AsDyn
Array - Something that can be returned as a
&dyn Array. - Hash
Value
Functions§
- combine_
hashes - create_
hashes - Creates hash values for every row, based on the values in the columns.
- with_
hashes - Creates hashes for the given arrays using a thread-local buffer, then calls the provided callback with an immutable reference to the computed hashes.