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