Skip to content
Snippets Groups Projects
  1. May 06, 2021
  2. Apr 30, 2021
  3. Apr 28, 2021
  4. Apr 23, 2021
  5. Apr 22, 2021
    • Shylock Hg's avatar
      Match seek by edge (#632) · 4fb5d5ce
      Shylock Hg authored
      
      * Match seek by edge.
      
      * Rebase
      
      * Fix some issue by @laura-ding.
      
      * Update
      
      * Add the seek by edge properties.
      
      * Support the direction seek.
      
      * Merge the int/string vid test cases.
      
      * Add the disabled vairable length edge match case.
      
      * Replace ColumnsMerge by Project/Unwind.
      
      * Log the mismatch seek.
      
      * Fix the compile.
      
      Co-authored-by: default avatarYee <2520865+yixinglu@users.noreply.github.com>
      4fb5d5ce
  6. Apr 20, 2021
  7. Apr 19, 2021
  8. Apr 16, 2021
  9. Apr 15, 2021
    • jimingquan's avatar
      Insert if not exist (#929) · 18e19ffb
      jimingquan authored
      * insert vertex if not exists
      
      * insert edge if not exists
      
      * delete overwrite
      
      * add test case
      
      * fix test error
      
      * more test case
      
      * more testcase
      
      * fix test error
      18e19ffb
  10. Apr 14, 2021
  11. Apr 13, 2021
  12. Apr 12, 2021
  13. Apr 08, 2021
  14. Apr 07, 2021
  15. Apr 06, 2021
    • kyle.cao's avatar
      Support IS EMPTY (#809) · 5a56edfd
      kyle.cao authored
      
      small change
      
      add tck
      
      add tck
      
      revert
      
      format
      
      small change
      
      rebase
      
      rebase
      
      fix tck
      
      fix
      
      Co-authored-by: default avatarYee <2520865+yixinglu@users.noreply.github.com>
      5a56edfd
    • kyle.cao's avatar
      Add optimizer rule for having clause (#842) · 8c2451c1
      kyle.cao authored
      
      * push filter down aggNode(having without agg)
      
      * add tck case
      
      * fix tck
      
      Co-authored-by: default avatarYee <2520865+yixinglu@users.noreply.github.com>
      8c2451c1
    • 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
      3f7ad2f8
  16. Apr 02, 2021
  17. Apr 01, 2021
  18. Mar 31, 2021
  19. Mar 30, 2021
  20. Mar 29, 2021
  21. Mar 26, 2021
  22. Mar 25, 2021
    • Yee's avatar
      Retry for queries related to schema modifications in CI (#849) · 3c66147b
      Yee authored
      * Retry and wait job finish
      
      * cleanup lookup test wait time
      
      * Fix test failures
      
      * Drop unused spaces
      
      * Cleanup wait tag edge indexes ready function
      
      * Fix cases
      
      * Drop the created spaces
      
      * Result should not contains
      
      * Fix contains steps
      
      * Rename include to contains
      
      * Use more threads to run tests
      
      * Fix typo
      
      * Address ding's comments
      
      * Rename to cmpType
      
      * Try to replace wait
      3c66147b