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

Query: Generate single SQL for queries projecting out non scalar single result #17293

Merged
merged 2 commits into from
Aug 21, 2019

Commits on Aug 21, 2019

  1. Query: Generate single SQL for queries projecting out non scalar sing…

    …le result
    
    When projection contains single result coming out of collection which is not a mappable scalar then we cause client eval and add outer apply to generate the result.
    Also tracking for such elements is fixed in new pipeline
    Resolves #10001
    Resolves #11762
    smitpatel committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    34b652e View commit details
    Browse the repository at this point in the history
  2. Query: Add RowNumberExpression support to convert lateral joins to joins

    This enables support for non-scalar single result on Sqlite.
    
    Resolves #10001 for Sqlite
    Resolves #17292
    smitpatel committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    cd2c1e3 View commit details
    Browse the repository at this point in the history