risingwave_stream::executor::join

Type Alias JoinTypePrimitive

source
pub type JoinTypePrimitive = u8;
Expand description

The JoinType and SideType are to mimic a enum, because currently enum is not supported in const generic.