Function build

Source
fn build(
    return_type: DataType,
    children: Vec<BoxedExpression>,
) -> Result<BoxedExpression>