Currently the only operators supported in `rel_expression` are `==` and `!=`. Add support for `>`, `>=`, `<`, and `<=`. The tests in columnar query engine which use these types of comparisons should be updated accordingly to invoke the OplParser