[CALCITE-6574] SqlValidatorImpl Refactor: SqlQueryScopes#3958
[CALCITE-6574] SqlValidatorImpl Refactor: SqlQueryScopes#3958jamesstarr wants to merge 3 commits into
Conversation
ae1c576 to
6afa729
Compare
Adding SqlQueryScopes to encapsulate the data for resolving SqlNode to SqlValidatorScope and SqlValidatorNamespaces. Moving the api for resolving scopes from SqlValidator to SqlQueryScopes.
6afa729 to
6c7659f
Compare
|
@mihaibudiu This is ready for review. @julianhyde Please let me know if you have an objections or would like any changes. |
… using a generic Fuction in SqlValiator.Config.
AbstractNamespace and ListScope.
|
|
This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 90 days if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@calcite.apache.org list. Thank you for your contributions. |
|
This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 90 days if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@calcite.apache.org list. Thank you for your contributions. |



Adding SqlQueryScopes to encapsulate the data for resolving SqlNode to SqlValidatorScope. Shift the api for resolving scopes from SqlValidator to SqlQueryScopes.