Skip to content
Snippets Groups Projects
  1. Jan 11, 2021
    • 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
      
      * add multiVar check
      
      * fix conflict
      
      refactor implicit groupBy
      
      fix
      
      * add implicit groupBy where test cases
      
      * fix ci
      
      fix ci
      
      * add case
      
      * refactor GroupByValidator
      
      fix case
      
      small change
      
      small change
      
      small change
      
      small change
      
      small change
      
      fix memory leak
      
      fmt
      
      small change
      
      * review
      
      fix ut
      
      small change
      
      * modify group by list check
      
      * move test_groupby.py cases to tck
      
      * add multiple user var check
      
      multiple user var check
      
      Co-authored-by: default avatarYee <2520865+yixinglu@users.noreply.github.com>
      dabdeeff
  2. Jan 09, 2021
  3. Jan 08, 2021
  4. Jan 07, 2021
  5. Jan 06, 2021
  6. Jan 05, 2021
  7. Jan 04, 2021
  8. Dec 31, 2020
  9. Dec 30, 2020
  10. Dec 29, 2020
    • cpw's avatar
      Match start from any node. (#505) · 1b554864
      cpw authored
      
      * Fix the find start node logic.
      
      * Expand from node or edge.
      
      * Left expand and right expand.
      
      * Add dependecy and inputVar for Expand.
      
      * Fix all edge expand.
      
      * Join the left expand and right expand.
      
      * Fix project wrong vid column.
      
      * Project final columns.
      
      * Fix inputvar of left expand.
      
      * Fix reversely expand.
      
      * Fix mem leak and double free.
      
      * Test from middle.
      
      * Fix start from end node.
      
      * Fix return edges.
      
      * Fix return edges and add tests.
      
      * Rebase and fix.
      
      * Fix ut.
      
      * Fix mem leak.
      
      * Fix typo.
      
      * Fix match by id test and add int vid test for start from any node.
      
      * Move some test to bugfix.
      
      Co-authored-by: default avatarShylock Hg <33566796+Shylock-Hg@users.noreply.github.com>
      1b554864
    • jude-zhu's avatar
      [testcase] add user test cases (#525) · 6df1d1f6
      jude-zhu authored
      
      * add permission case
      
      * update
      
      * update
      
      * Update User.feature
      
      * format
      
      Co-authored-by: default avatarbright-starry-sky <56461666+bright-starry-sky@users.noreply.github.com>
      6df1d1f6
    • laura-ding's avatar
      [testcase] Move mutate test to tck and add int vid test of mutate (#526) · aa1abf8c
      laura-ding authored
      * move 2.0 mutate test to tck
      
      * add comment
      
      * remove wrong file
      
      * rebase upstream
      aa1abf8c
    • jie.wang's avatar
      Add list comprehension expression (#448) · 1162b3f0
      jie.wang authored
      * add list comprehension expression
      
      * implement visitor
      
      * implement rewrite match label visitor
      
      * remove list comprehension visitor
      
      * add test
      
      * fix FoldConstantVisitor bug
      
      * refactor list comprehension
      
      * simplify list comprehension
      
      * reserve a place for newVarName in QueryExpressionContext's unordered_map to avoid thread insecurity
      
      * fix RewriteLabelAttrVisitor
      
      * fx deduce types and props
      
      * add list comprehension tck test
      
      * fix NoSpaceChosen.feature
      
      * address yee's comment
      
      * fix format
      1162b3f0
    • laura-ding's avatar
      Delete unuse obj (#537) · 456155e7
      laura-ding authored
      * delete unuse obj
      
      * modify test
      
      * modify test
      
      * modif tests
      456155e7
    • jie.wang's avatar
      Support Unwind & With (#408) · 1aba0272
      jie.wang authored
      * support unwind
      
      * add test for case expr in ScannerTest
      
      * add test for UnwindExecutor
      
      * fix clang copy elision warning
      
      * fix clang memory leak
      
      * fix unwind executor
      
      * support unwind return
      
      * support with return
      
      * improve MatchSolver:doRewrite
      
      * support multi-clause unwind
      
      * add CartesianProductStrategy
      
      * fix CartesianProduct addVar bug
      
      * fix RewriteMatchLabelVisitor::rewriteExprList bug
      
      * fix unwind executor
      
      * fix UnwindExecutor test
      
      * check alias existence for with/unwind
      
      * add WithUnwind.feature test
      
      * address comments
      1aba0272
  11. Dec 28, 2020