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

distsqlrun: make indexJoiner and joinReader show up in EXPLAIN (VEC) #40560

Merged
merged 1 commit into from
Sep 7, 2019

Commits on Sep 7, 2019

  1. distsqlrun: make indexJoiner and joinReader show up in EXPLAIN (VEC)

    Previously, the columnarizer was the end of the chain of operators
    that would show up in the output of EXPLAIN (VEC). In particular,
    we wrap index joiner and join reader with a columnarizer-materializer
    pair, so those although present, would not be seen in the output.
    Now this is fixed.
    
    Release note: None
    yuzefovich committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    efcdb10 View commit details
    Browse the repository at this point in the history