risingwave_pb::expr::expr_node

Type Alias PbRexNode

source
pub type PbRexNode = RexNode;
Expand description

Alias for RexNode.

Aliased Type§

enum PbRexNode {
    InputRef(u32),
    Constant(Datum),
    FuncCall(FunctionCall),
    Udf(UserDefinedFunction),
    Now(NowRexNode),
}

Variants§

§

InputRef(u32)

§

Constant(Datum)

§

FuncCall(FunctionCall)

§

Udf(UserDefinedFunction)

§

Now(NowRexNode)