Skip to main content

flip_operator

Function flip_operator 

Source
pub fn flip_operator(op: Operator) -> Operator
Expand description

Flip a comparison operator for when column and value are swapped. E.g., 5 > col becomes col < 5.