Skip to content
Snippets Groups Projects
  1. Jul 08, 2020
  2. Jul 07, 2020
  3. Jul 03, 2020
  4. Jul 02, 2020
  5. Jul 01, 2020
  6. Jun 30, 2020
  7. Jun 29, 2020
  8. Jun 22, 2020
  9. Jun 19, 2020
  10. Jun 17, 2020
  11. Jun 16, 2020
  12. Jun 15, 2020
  13. Jun 12, 2020
  14. Jun 11, 2020
    • laura-ding's avatar
      fix copy and link error (#77) · 6d624556
      laura-ding authored
      6d624556
    • laura-ding's avatar
      add iterator erase (#76) · cbcc29f1
      laura-ding authored
      * erase
      
      * rename begin to reset
      cbcc29f1
    • CPWstatic's avatar
      Project. (#59) · dab11923
      CPWstatic authored
      * Implement get neighbors.
      
      * Implement project.
      
      * Add ut for project executor.
      
      * Check result of the project.
      
      * Disable subgraph test.
      
      * Address @yixinglu's comment.
      
      * Rebase and fix conflict.
      
      * Eval result column names in validator.
      
      * Modify Aggregate and add agg functions.
      
      * Implement aggregate.
      
      * Test aggregate.
      
      * Return a copy of iterator in exec result and add more test for aggregate.
      
      * More test for aggregate.
      
      * Rebase.
      
      * Address comment.
      
      * Refactor the avg of aggregate.
      
      * Delete agg func file and test aggregate bit and/or/xor.
      
      * Add stdev test and add comment.
      
      * Refactor agg test and fix collect test.
      
      * Adpat the change of common.
      
      * Remove aggregate.
      
      * Remove get neighbors.
      
      * Remove subgraph test.
      
      * Add more test.
      
      * Fix compile.
      dab11923
  15. Jun 08, 2020
  16. Jun 04, 2020
    • CPWstatic's avatar
      Implement the k-hop expansion part of subgraph-plan. (#48) · 67e227fa
      CPWstatic authored
      * Add an implement of expression context.
      
      * Fix compiling.
      
      * Implement get_var for expression context.
      
      * Implement get versioned var.
      
      * Fix test.
      
      * Add test for expression context.
      
      * Replace ExecutionContext with QueryContext.
      
      * Implement the k-hop expansion part of sungraph-plan.
      
      * Refactor the context.
      
      * Fix test.
      
      * Add iter/default_iter/state/result.
      
      * Add get_neighbor_iter.
      
      * Rebase and fix conflict.
      
      * Add move value and fix schema test.
      
      * update.
      
      * Make result ctor private.
      
      * Update Iterator.
      
      * Add sequential iter.
      
      * Add const empty result and update get subgraph validator.
      
      * Add test for iterator.
      
      * Rebase and fix conflict.
      
      * Address @yixinglu's comment.
      
      * Update with the change of expressions.
      67e227fa
  17. May 28, 2020
  18. May 26, 2020
    • Xinglu Yee's avatar
      Schedule executors (#49) · c75b1c77
      Xinglu Yee authored
      * Schedule all executors
      
      * Cleanup
      
      * Move task wrapper to scheduler
      
      * classify logic executors
      
      * Remove hierarchy by inputs
      
      * Fix compile error
      
      * Fix multiple output executor scheduling
      
      * Fix analyze
      
      * Rename multiple output data
      
      * Add execute method in execution plan
      
      * Make error method static
      
      * Use executor error to throw exception
      
      * Make scheduler noncopyable and nonmovable
      
      * Fix comment
      
      * Fix ipv4 parser
      
      * Rename
      
      * Fix review comment
      
      * Fix multiple outputs executor scheduling
      
      * Mask task plan id for multiple output executor
      c75b1c77
  19. May 25, 2020
    • Shylock Hg's avatar
      Update to common source code. (#51) · 7c026da3
      Shylock Hg authored
      * Update to common source code.
      
      * Fix the hostname cases.
      
      * Fix the hostname string memory leak
      
      * Fix the memory leak in hostname string.
      
      * Add compatible to origin IPV4 notation.
      
      * Fix the IP addr scanner testing.
      Fix the common expression enum compile error.
      7c026da3
  20. May 19, 2020