risingwave_common::hash

Static MAX_GROUP_KEYS_ON_STACK

source
pub static MAX_GROUP_KEYS_ON_STACK: usize
Expand description

This is determined by the stack based data structure we use, StackNullBitmap, which can store 64 bits at most.