Function build_func

Source
pub fn build_func(
    func: PbType,
    ret_type: DataType,
    children: Vec<BoxedExpression>,
) -> Result<BoxedExpression>
Expand description

Build an expression in FuncCall variant.