pub type PbWatermarkDesc = WatermarkDesc;Aliased Type§
pub struct PbWatermarkDesc {
pub watermark_idx: u32,
pub expr: Option<ExprNode>,
pub with_ttl: bool,
}Fields§
§watermark_idx: u32The column idx the watermark is on
expr: Option<ExprNode>The expression to calculate the watermark value.
with_ttl: boolWhether this watermark is used for TTL (WITH TTL).