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-6574] SqlValidatorImpl Refactor: SqlQueryScopes #3958

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 11, 2024

  1. [CALCITE-6574] SqlValidatorImpl Refactor: SqlQueryScopes

    Adding SqlQueryScopes to encapsulate the data for resolving
    SqlNode to SqlValidatorScope and SqlValidatorNamespaces.  Moving
    the api for resolving scopes from SqlValidator to SqlQueryScopes.
    jamesstarr committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6c7659f View commit details
    Browse the repository at this point in the history
  2. Rename SqlQueryScopes to ScopeMap. Adding ScopeMap.Factory instead of…

    … using
    
    a generic Fuction in SqlValiator.Config.
    jamesstarr committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    56c946b View commit details
    Browse the repository at this point in the history
  3. Renaming SqlValidator::getScopeMap. Adding helper methods getScopeMap to

    AbstractNamespace and ListScope.
    jamesstarr committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    189ef0a View commit details
    Browse the repository at this point in the history