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

vtexplain support select distinct and other expressions #5139

Merged
merged 3 commits into from
Aug 30, 2019

Commits on Aug 27, 2019

  1. support more expression types in vtexplain

    Rework the vtexplain simulated mysql to handle more expression types
    when calculating fake column results based on inferences off the select
    expression.
    
    Also change the engine so that it logs an error instead of failing
    outright, since the column values aren't always needed for it to
    effectively simulate a query.
    
    Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
    demmer committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    d570b99 View commit details
    Browse the repository at this point in the history
  2. add vtexplain support for union statements

    Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
    demmer committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    8de216c View commit details
    Browse the repository at this point in the history
  3. make union all work for three or more statements

    Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
    demmer committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    f3ba59e View commit details
    Browse the repository at this point in the history