risingwave_common::hash::key_v2

Type Alias SerializedKey

source
pub type SerializedKey<B = HeapNullBitmap> = HashKeyImpl<HeapStorage, B>;

Aliased Type§

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

Fields§

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