risingwave_common::hash::key_v2

Type Alias Key256

source
pub type Key256<B = HeapNullBitmap> = FixedSizeKey<32, B>;

Aliased Type§

struct Key256<B = HeapNullBitmap> {
    hash_code: HashCode<XxHash64Builder>,
    key: [u8; 32],
    null_bitmap: B,
}

Fields§

§hash_code: HashCode<XxHash64Builder>§key: [u8; 32]§null_bitmap: B