public static class SqlValidatorScope.Resolve extends Object
| Modifier and Type | Field and Description |
|---|---|
SqlValidatorNamespace |
namespace |
private boolean |
nullable |
SqlValidatorScope.Path |
path |
(package private) List<String> |
remainingNames
Names not matched; empty if it was a full match.
|
SqlValidatorScope |
scope |
| Constructor and Description |
|---|
Resolve(SqlValidatorNamespace namespace,
boolean nullable,
SqlValidatorScope scope,
SqlValidatorScope.Path path,
List<String> remainingNames) |
| Modifier and Type | Method and Description |
|---|---|
RelDataType |
rowType()
The row type of the found namespace, nullable if the lookup has
looked into outer joins.
|
public final SqlValidatorNamespace namespace
private final boolean nullable
public final SqlValidatorScope scope
public final SqlValidatorScope.Path path
Resolve(SqlValidatorNamespace namespace, boolean nullable, SqlValidatorScope scope, SqlValidatorScope.Path path, List<String> remainingNames)
public RelDataType rowType()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.