- Oct 12, 2020
-
-
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:
dutor <440396+dutor@users.noreply.github.com>
-
Shylock Hg authored
Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
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:
dutor <440396+dutor@users.noreply.github.com>
-
- Sep 27, 2020
-
-
jimingquan authored
* fix extractPropExprs & add test case * add test * add test case * add ExtractPropExprVisitor * add visitor * address comment * address comment Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
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
-
- Sep 24, 2020
-
-
Yee authored
-
- Sep 23, 2020
-
-
Shylock Hg authored
* Support the yield clause when fetch vertices on *. * Add cases for yield when on *. * Add more intergrate testing cases. * Extra confirm the onStar mark. * Change value to empty when lack tag. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Make static empty result initialize lazily * Rename static functions Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
bright-starry-sky authored
Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Update SpaceDesc usage * Fix expression error * Fix CI failure * Continue to fix expression decode/encode error
-
jie.wang authored
* add TopN PlanNode and Executor * fix executor * remote notes * fix varName() * fix topn * fix sort * fix SortTest error * fix topn test * fix topn test * use template to simply iters * improve topn * support JoinIter and PropIter sort * rename iter * change plan desc * fix factorsString * remove notes
-
- Sep 21, 2020
- Sep 18, 2020
-
-
Shylock Hg authored
* Remove timezone field. * Fix the value to string. * Remove extra blank. * Add more. * Correct the typo. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Add constant expression folding visitor * Fold function call expr * Address comments
-
- Sep 17, 2020
-
-
cpw authored
* Fix get edge. * Fix test. * Update test. * Make it exit with failure by default. * Address comment. * Address comment. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
yaphet authored
Co-authored-by:
bright-starry-sky <56461666+bright-starry-sky@users.noreply.github.com>
-
- Sep 16, 2020
-
-
bright-starry-sky authored
* validate_index_scan * Addressed comments Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
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.
-
- Sep 15, 2020
-
-
jie.wang authored
* fix bug in PushFilterDownGetNbrsRule * wrap setOutpuVar in cloneGn Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Sep 14, 2020
-
-
jimingquan authored
* add getedge & test case * add test case * fix test error * zero step
-
jimingquan authored
* add prop iterator * add getedge & test case * fix getEdge * add test case * fix test error * address comment * address comment
-
- Sep 11, 2020
-
-
cpw authored
* Add input vars and output vars. * update. * Address comment and update datacollect. * Rebase. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
laura-ding authored
-
- Sep 10, 2020
-
-
jimingquan authored
* fix test empty * fix error * change empty to badtype Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Add optimizer * Fix input/output variable of new plan node * Split default and query opt rules Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Sep 09, 2020
-
-
Yee authored
* Refactor executor make function * make gcc shutup
-
bright-starry-sky authored
* get value bound for index scan * change user email * fixed linterror * Addressed dutor's comments * Simplified code logic for string * fixed error * Simplify the code Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Sep 08, 2020
-
-
laura-ding authored
* Fix yield sentence with where in constant expression * address yee's commnet Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Simplify the replication of expression by clone function * Fix compile error
-
Shylock Hg authored
* Add QueryStorageExecutor to extract the code to handle completeness from storage responses and the failed partition. * Fix the header guard name. * Move base to executer folder. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Sep 07, 2020
-
-
Shylock Hg authored
* Add the ownership holder to separate the logic of ownership and container. * Fix the missing lock. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Add rewrite label attr expr visitor * Fix review comments * Rename
-
- Sep 04, 2020
-
-
Shylock Hg authored
* Split the prepare properties to independent function for more readable. * Format. * Fix the column name emplace logic. Co-authored-by:
laura-ding <48548375+laura-ding@users.noreply.github.com> Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
jimingquan authored
* subgraph to plan * fix error * fix filter * fix error * add test case * fix memory leak * fix error * add test case * fix error& add test case * remove useless code * add edgetype * address test error * test * fix test error * remove useless code * fix runtime error
-
- Sep 03, 2020
-
-
Yee authored
-
laura-ding authored
* Add detect service is ok and init configs * add configs * address yee's commnet * rebase upstream * use config delay * update delay time * Restore the test for the mock * Fix show parts result not match Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
- Sep 02, 2020
-
-
cpw authored
* Add find path validator. * Implement validate. * Remove useless vlog. * Add test. * Refactor. * Address comment. * Rebase and address comment. * Rebase. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Use expression visitor for expression type/props deduction * Fix CI failure
-