pub type PbExprNode = ExprNode;Aliased Type§
pub struct PbExprNode {
pub function_type: i32,
pub return_type: Option<DataType>,
pub rex_node: Option<RexNode>,
}Fields§
§function_type: i32Only use this field for function call. For other types of expression, it should be UNSPECIFIED.
return_type: Option<DataType>§rex_node: Option<RexNode>