risingwave_common::hash::key_v2

Type Alias KeySerialized

source
pub type KeySerialized<B = HeapNullBitmap> = SerializedKey<B>;

Aliased Type§

struct KeySerialized<B = HeapNullBitmap> {
    hash_code: HashCode<XxHash64Builder>,
    key: Box<[u8]>,
    null_bitmap: B,
}

Fields§

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