Skip to content
Snippets Groups Projects
  1. Apr 12, 2021
  2. Apr 06, 2021
  3. Apr 02, 2021
  4. Mar 31, 2021
  5. Mar 19, 2021
    • kyle.cao's avatar
      Refactor agg parser (#802) · f1e907ce
      kyle.cao authored
      
      * tck support insert NULL
      
      * refactor agg parser
      
      small change
      
      * refactor agg parser
      
      memory leak
      
      fix memory leak
      
      small change
      
      * fix ut
      
      * small change
      
      * Response optimization time to client (#796)
      
      * Refactor and cleanup (#797)
      
      * fix tck
      
      * fix tck
      
      * fix crash
      
      Co-authored-by: default avatarYee <2520865+yixinglu@users.noreply.github.com>
      f1e907ce
  6. Mar 18, 2021
  7. Mar 08, 2021
  8. Jan 20, 2021
  9. Jan 11, 2021
    • Yee's avatar
      Improve project explained columns format and Fix compile errors (#583) · 70e92669
      Yee authored
      * Fix project explain string format
      
      * Fix compile error
      
      * Restore include headers
      
      * Address comment
      70e92669
    • kyle.cao's avatar
      groupby refactoring (#503) · dabdeeff
      kyle.cao authored
      * refactor groupBy impl
      
      tmp commit
      
      modify parser
      
      modify subgraph
      
      graphd compiled
      
      complied
      
      fix empty collect
      
      fix UT
      
      add bug
      
      fix count
      
      add visitors
      
      add projCol
      
      compiled
      
      add parser ut
      
      fix ut
      
      plan validated
      
      add pushUp flag
      
      small change
      
      fix ut memory leak
      
      fix memory leak
      
      handle yield validator
      
      implicit groupby impl
      
      add check
      
      fix memory leak
      
      fix memory leak
      
      small change
      
      fix memory leak
      
      add agg check
      
      * implicit groupBy refactoring
      
      bak
      
      add tck test cases
      
      fix ut
      
      implicit agg refactoring
      
      fix agg Project
      
      * small change
      
      * fix memory leak
      
      * add agg checks
      
      fix agg check
      
      small change
      
      add test cases
      
      * add tck test cases
      
      add tck test cases
      
      add group by tck test
      
      small change
      
      * fix test
      
      modify visitors
      
      small change
      
      small change
      
      fix avg
      
      small change
      
      small change
      
      small change
      
      * review
      
      * delete AggFun cmake
      
      * small change
      
      * small change
      ...
      dabdeeff
  10. Dec 29, 2020
  11. Dec 09, 2020
  12. Nov 26, 2020
  13. Nov 18, 2020
  14. Nov 13, 2020
  15. Nov 12, 2020
  16. Nov 09, 2020
  17. Nov 04, 2020
  18. Oct 26, 2020
    • dutor's avatar
      Add Match (#351) · d5b78d8c
      dutor authored
      * Add Match Validator
      
      * Address comments and rebase master
      
      * Support retrieve index from filter
      
      * Fixed UT
      d5b78d8c
  19. Oct 24, 2020
  20. Oct 20, 2020
  21. Oct 19, 2020
    • jie.wang's avatar
      Optimization rule for limit push down (#285) · 7f8e08f2
      jie.wang authored
      * add limit push down optimization rule
      
      * fix lish push down
      
      * add test for limit push down rule
      
      * add clone function for Limit/Project plannode
      
      * update code
      
      * add NoTransform func for TransformResult
      
      * fix static function naming style
      
      * fix name
      
      * fix name
      
      * check result data in test_optimizer
      
      * fix
      
      * fix build failed
      7f8e08f2
    • jie.wang's avatar
      Optimizer rule for TopN (#279) · cd247752
      jie.wang authored
      * add TopN PlanNode and Executor
      
      * add topn rule
      
      * fix topn rule
      
      * fix auto
      
      * add topn rule test
      
      * fix indent
      
      * fix conflict
      
      * fix conflict
      
      * fix ;
      
      * add newline
      
      * fix colNames
      
      * update code
      
      * update code
      
      * fix static function naming style
      
      * fix name
      
      * fix name
      
      * check result data in test_optimzier
      
      * fix
      cd247752
  22. Oct 15, 2020
  23. Oct 14, 2020
    • Yee's avatar
      Add pattern match for OptRule (#301) · 766947fc
      Yee authored
      * Add pattern match method for each OptRule
      
      * Rename parameters
      
      * Fix optimizer bug
      
      * Fix comments
      
      * Simplify matched pattern
      
      * Fix OptGroupExpr exploration
      
      * Fix comments
      
      * Explore OptGroup util max round
      766947fc
  24. Oct 13, 2020
  25. Oct 12, 2020
    • cpw's avatar
      Bi-Bfs shortest for single pair(#271) · bb615669
      cpw authored
      
      * Add conjunct path and semi shortest path executor.
      
      * Implement bfs shortest executor.
      
      * Implement conjunct path.
      
      * Implement single pair bfs shortest.
      
      * Debug.
      
      * Rebase and fix.
      
      * Refactor: save edges when expand and build result paths when meet.
      
      * Add algo node and executor.
      
      * Rebase and fix.
      
      * Fix build interim path with edge name.
      
      * Add test for bfs shortest executor.
      
      * Add conjunct path test and fix bug.
      
      * Add integrate test.
      
      * Address comment.
      
      Co-authored-by: default avatardutor <440396+dutor@users.noreply.github.com>
      bb615669
    • Shylock Hg's avatar
      Tests/add case for time index bound (#307) · 59aaa895
      Shylock Hg authored
      
      * Remove timezone field.
      
      * Fix the value to string.
      
      * Remove extra blank.
      
      * Add more.
      
      * Correct the typo.
      
      * Add test cases for index bound.
      
      * Correct the error.
      
      Co-authored-by: default avatardutor <440396+dutor@users.noreply.github.com>
      59aaa895
  26. Sep 27, 2020
    • bright-starry-sky's avatar
      Optimizer rule for index scan (#272) · 3207041d
      bright-starry-sky authored
      * optimizer_rule_index
      
      * added test cases
      
      * Addressed yee's comments
      
      * Addressed CPWstatic's comments
      
      * To improve the FilterItems from tuple to struct
      
      * fixed column def error;  improved error message.
      
      * Improve code
      
      * Resolved conflict
      
      * Removed useless code
      
      * LabelAttributeExpression rewrite
      3207041d
  27. Sep 21, 2020
  28. Sep 18, 2020
  29. Sep 16, 2020
    • cpw's avatar
      Support integer vid. (#233) · e3cfc596
      cpw authored
      * Add SpaceInfo and update the interface with new common.
      
      * Validate the vids.
      
      * Create space with given vid type.
      
      * Fix condition.
      
      * Fix test.
      
      * Rebase.
      
      * Address comment.
      
      * Save.
      
      * delete vid_size.
      
      * Fix test.
      
      * Rebase and fix conflict.
      
      * Address comment.
      
      * Address comment.
      
      * Rebase.
      
      * Fix test.
      
      * Fix test and address comment.
      e3cfc596
  30. Sep 15, 2020
  31. Sep 11, 2020
  32. Sep 10, 2020
  33. Sep 09, 2020