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

Namespace builder #3961

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

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

Commits on Sep 13, 2024

  1. [CALCITE-6575] Refactor SqlValidatorImpl: Add NamespaceBuilder

    Adding NamespaceBuilder to formalize the api for customizing/reusing
    namespaces downstream.
    jamesstarr committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4e356ce View commit details
    Browse the repository at this point in the history