Skip to content
Snippets Groups Projects
  1. Oct 29, 2020
  2. Oct 28, 2020
  3. Oct 27, 2020
  4. Oct 26, 2020
  5. Oct 24, 2020
  6. Oct 23, 2020
  7. Oct 22, 2020
  8. Oct 21, 2020
  9. Oct 20, 2020
  10. 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
  11. Oct 17, 2020
  12. Oct 15, 2020
  13. Oct 14, 2020
    • Yee's avatar
      Install graphd production configure file (#319) · 4150ed54
      Yee authored
      4150ed54
    • 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
    • cpw's avatar
      Build relationships of variables. (#299) · f9bd3cb6
      cpw authored
      
      * Add Variable/ColsDef/ColDef.
      
      * Add symtable for plannode.
      
      * Update set input and set output.
      
      * Rebase and fix.
      
      * Build relationships of variables.
      
      * Implement updateAllOccurrence.
      
      * Fix plan desc.
      
      * Add test and fix bug.
      
      * Add qctx for plan node.
      
      * Add read by and written by.
      
      * Address comment.
      
      * Rebase and fix test.
      
      * Fix compile.
      
      * Address comment.
      
      * Rebase and fix ut.
      
      * Delete derivatives and dependencies.
      
      Co-authored-by: default avatardutor <440396+dutor@users.noreply.github.com>
      f9bd3cb6