Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

planner: generate physical plan for IndexMergePath #11245

Merged
merged 8 commits into from Sep 12, 2019
Merged

planner: generate physical plan for IndexMergePath #11245

merged 8 commits into from Sep 12, 2019

Commits on Sep 12, 2019

  1. temp version for generating the PhysicalIndexMergeReader

    temporary implement of generate IndexMergePlan
    
    add functions to generate partial scans
    refactor some code
    
    refactor convertToIndexMergeScan
    
    fix comments
    
    (p PhysicalIndexMergeReader) Init(): p.schema
    
    fix comments
    
    temp
    
    delete the comment of convertToPartialIndexScan function
    
    add test for indexmerge; implement explain;
    fix some bugs
    
    temp
    
    explian-text
    hailanwhu committed Sep 12, 2019
    Copy the full SHA
    c2a11d6 View commit details
    Browse the repository at this point in the history
  2. add indexmerge test in explain-test

    hailanwhu committed Sep 12, 2019
    Copy the full SHA
    1514c26 View commit details
    Browse the repository at this point in the history
  3. new stats.json

    hailanwhu committed Sep 12, 2019
    Copy the full SHA
    010fa4f View commit details
    Browse the repository at this point in the history
  4. common part

    hailanwhu committed Sep 12, 2019
    Copy the full SHA
    4365c03 View commit details
    Browse the repository at this point in the history
  5. rename function

    hailanwhu committed Sep 12, 2019
    Copy the full SHA
    2a4136a View commit details
    Browse the repository at this point in the history
  6. fix comments

    hailanwhu committed Sep 12, 2019
    Copy the full SHA
    a8afe3a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    80f7c24 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    bc88d42 View commit details
    Browse the repository at this point in the history