Type Alias PbTableWatermarks

Source
pub type PbTableWatermarks = TableWatermarks;
Expand description

Alias for TableWatermarks.

Aliased Type§

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: bool

The direction of the table watermark.

§is_non_pk_prefix: bool

The table watermark is non-pk prefix table watermark.