risingwave_expr::expr::and_or

Function and

source
fn and(l: Option<bool>, r: Option<bool>) -> Option<bool>