Skip to main content

rewrite_binary_side

Function rewrite_binary_side 

Source
fn rewrite_binary_side(
    target_expr: Expr,
    op: Operator,
    constant_expr: Expr,
    schema: &DFSchemaRef,
) -> Result<Option<Expr>>