pub fn build_func(
func: PbType,
ret_type: DataType,
children: Vec<BoxedExpression>,
) -> Result<BoxedExpression>
Expand description
Build an expression in FuncCall
variant.
pub fn build_func(
func: PbType,
ret_type: DataType,
children: Vec<BoxedExpression>,
) -> Result<BoxedExpression>
Build an expression in FuncCall
variant.