PbWatermarkDesc

Type Alias PbWatermarkDesc 

Source
pub type PbWatermarkDesc = WatermarkDesc;

Aliased Type§

pub struct PbWatermarkDesc {
    pub watermark_idx: u32,
    pub expr: Option<ExprNode>,
    pub with_ttl: bool,
}

Fields§

§watermark_idx: u32

The column idx the watermark is on

§expr: Option<ExprNode>

The expression to calculate the watermark value.

§with_ttl: bool

Whether this watermark is used for TTL (WITH TTL).