Skip to content
Snippets Groups Projects
  1. Apr 06, 2021
    • Yichen Wang's avatar
      Rewrite unaryNot EXPR (#803) · 3f7ad2f8
      Yichen Wang authored
      * Add RewriteUnaryNotExprVisitor
      
      * fix logical expression
      
      * add TODO tck case
      
      * Add UTs for RewriteUnaryNotExprVisitor and fix nested situation
      
      * Fix format
      
      * Add implementation for RewriteUnaryNotExprVisitor
      
      * Fix memory leak
      
      * Clean up
      
      * Add implementation for container visitor
      
      * Add UTs for container expr
      
      * Add UnaryNot visitor rules to reduce relational expr and add UTs
      
      * Replace unique ptr with ptr
      
      * Refactor RewriteUnaryNotExprVisitor implementation
      
      Address comments and clean up
      
      Fix memory leak
      
      * Add implementation to reduce the combination of logical expr and unary expr.
      
      * Address comments and move helper functions to ExpressionUtils
      
      Modify whereClauseCtx and fix tests
      
      Address Yee's comments
      
      * Modify function signature
      
      * Move expr helper functions to common
      
      * Revert test
  2. Apr 02, 2021
  3. Apr 01, 2021
  4. Mar 31, 2021
  5. Mar 30, 2021
  6. Mar 29, 2021
  7. Mar 26, 2021
  8. Mar 25, 2021
  9. Mar 23, 2021
  10. Mar 21, 2021
  11. Mar 20, 2021
  12. Mar 19, 2021