tinymist_query::syntax::def

Type Alias BinExpr

Source
pub type BinExpr = BinInst<Expr>;

Aliased Type§

struct BinExpr {
    pub operands: (Expr, Expr),
    pub op: BinOp,
}

Fields§

§operands: (Expr, Expr)

The operands of the binary operation

§op: BinOp

The kind of the binary operation