Skip to main content

PbMatchRecognizeMeasure

Type Alias PbMatchRecognizeMeasure 

Source
pub type PbMatchRecognizeMeasure = MatchRecognizeMeasure;

Aliased Type§

pub struct PbMatchRecognizeMeasure {
    pub expr: Option<ExprNode>,
    pub name: String,
    pub slots: Vec<MatchRecognizeMeasureSlot>,
}

Fields§

§expr: Option<ExprNode>

Expression over the synthetic row: an InputRef(i) reads slots[i].

§name: String§slots: Vec<MatchRecognizeMeasureSlot>