pub type PbTableWatermarks = TableWatermarks;Aliased Type§
pub struct PbTableWatermarks {
pub epoch_watermarks: Vec<EpochNewWatermarks>,
pub is_ascending: bool,
pub is_non_pk_prefix: bool,
}Fields§
§epoch_watermarks: Vec<EpochNewWatermarks>Table watermarks of a state table from all vnodes written in multiple epochs. Epochs should be sorted in ascending order, which means earlier epoch at the front
is_ascending: boolThe direction of the table watermark.
is_non_pk_prefix: boolThe table watermark is non-pk prefix table watermark.