Skip to main content

PbMatchRecognizeDefine

Type Alias PbMatchRecognizeDefine 

Source
pub type PbMatchRecognizeDefine = MatchRecognizeDefine;

Aliased Type§

pub struct PbMatchRecognizeDefine {
    pub symbol: String,
    pub condition: Option<ExprNode>,
    pub slots: Vec<MatchRecognizeDefineSlot>,
}

Fields§

§symbol: String§condition: Option<ExprNode>

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

§slots: Vec<MatchRecognizeDefineSlot>