build_and_expr

Function build_and_expr 

Source
fn build_and_expr(
    _: DataType,
    children: Vec<BoxedExpression>,
) -> Result<BoxedExpression>