risingwave_expr::expr::and_or

Function or

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