risingwave_pb::expr

Type Alias PbExprNode

source
pub type PbExprNode = ExprNode;
Expand description

Alias for ExprNode.

Aliased Type§

struct PbExprNode {
    pub function_type: i32,
    pub return_type: Option<DataType>,
    pub rex_node: Option<RexNode>,
}

Fields§

§function_type: i32

Only use this field for function call. For other types of expression, it should be UNSPECIFIED.

§return_type: Option<DataType>§rex_node: Option<RexNode>