risingwave_common::hash

Type Alias Key16

source
pub type Key16<B = HeapNullBitmap> = FixedSizeKey<2, B>;

Aliased Type§

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

Fields§

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