risingwave_common::hash

Type Alias Key8

source
pub type Key8<B = HeapNullBitmap> = FixedSizeKey<1, B>;

Aliased Type§

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

Fields§

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