risingwave_expr::expr::and_or

Function build_or_expr

source
fn build_or_expr(
    _: DataType,
    children: Vec<BoxedExpression>,
) -> Result<BoxedExpression>