risingwave_frontend::expr::utils

Function split_expr_by

source
fn split_expr_by(expr: ExprImpl, op: ExprType, rets: &mut Vec<ExprImpl>)