risingwave_common::hash

Module key_v2

source

Structsยง

  • Deserializer ๐Ÿ”’
    Deserializer for deserializing a hash key into datums.
  • The implementation of the hash key.
  • Key storage that uses a in-heap buffer and key, backed by a boxed slice.
  • Serializer ๐Ÿ”’
    Serializer for building a hash key from datums on the specified storage.
  • The buffer for building a hash key on a fixed-size byte array on the stack.
  • Key storage that uses a on-stack buffer and key, backed by a byte array with length N.

Traitsยง

Type Aliasesยง