risingwave_common::hash

Type Alias Key32

source
pub type Key32<B = HeapNullBitmap> = FixedSizeKey<4, B>;

Aliased Type§

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

Fields§

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