Package org.apache.calcite.sql.validate
Class SqlValidatorScope.Resolve
java.lang.Object
org.apache.calcite.sql.validate.SqlValidatorScope.Resolve
- Enclosing interface:
SqlValidatorScope
A match found when looking up a name.
-
Field Summary
Modifier and TypeFieldDescriptionfinal SqlValidatorNamespace
final SqlValidatorScope.Path
final SqlValidatorScope
-
Method Summary
Modifier and TypeMethodDescriptionrowType()
The row type of the found namespace, nullable if the lookup has looked into outer joins.
-
Field Details
-
namespace
-
scope
-
path
-
-
Method Details
-
rowType
The row type of the found namespace, nullable if the lookup has looked into outer joins.
-