risingwave_frontend::expr::function_call

Function debug_binary_op

source
fn debug_binary_op(
    f: &mut Formatter<'_>,
    op: &str,
    inputs: &[ExprImpl],
) -> Result