risingwave_frontend::expr::function_call

Function explain_verbose_binary_op

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