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

[CALCITE-6337] Distinguish naked measure inside and outside aggregation #3738

Merged

Commits on Mar 21, 2024

  1. [CALCITE-6337] Distinguish naked measure support between inside and o…

    …utside aggregation
    
    Split nakedMeasures flag into two flags:
    - nakedMeasuresInsideAggregatingQuery : allowed in group-by queries
    - nakedMeasuresOutsideAggregatingQuery : allowed in non-group-by queries
    
    The existing nakedMeasures flag is marked as deprecated. Its functionality
    is equivalent to setting the above two flags to the same value.
    barrkel committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8f91e6d View commit details
    Browse the repository at this point in the history