Package org.apache.calcite.sql.validate
Interface SqlValidatorScope.Resolved
- All Known Implementing Classes:
SqlValidatorScope.ResolvedImpl
- Enclosing interface:
SqlValidatorScope
public static interface SqlValidatorScope.Resolved
-
Method Summary
Modifier and TypeMethodDescriptionint
count()
void
found
(SqlValidatorNamespace namespace, boolean nullable, SqlValidatorScope scope, SqlValidatorScope.Path path, List<String> remainingNames)
-
Method Details
-
found
void found(SqlValidatorNamespace namespace, boolean nullable, SqlValidatorScope scope, SqlValidatorScope.Path path, List<String> remainingNames) -
count
int count()
-