pub type PbJoinKeyWatermarkIndex = JoinKeyWatermarkIndex;Aliased Type§
pub struct PbJoinKeyWatermarkIndex {
pub index: u32,
pub do_state_cleaning: bool,
}Fields§
§index: u32Index in left_key/right_key.
do_state_cleaning: boolWhether watermark on this join key triggers state cleaning of the counterpart.