polars_expr

Module hash_keys

Source

Structs§

RowEncodedKeys
SingleKeys
Single keys. Does not pre-hash for boolean & integer types, only for strings and nested types.

Enums§

HashKeys
Represents a DataFrame plus a hash per row, intended for keys in grouping or joining. The hashes may or may not actually be physically pre-computed, this depends per type.