Package org.apache.calcite.sql.validate
Class SqlQualified
java.lang.Object
org.apache.calcite.sql.validate.SqlQualified
Fully-qualified identifier.
The result of calling
SqlValidatorScope.fullyQualify(org.apache.calcite.sql.SqlIdentifier)
,
a fully-qualified identifier contains the name (in correct case),
parser position, type, and scope of each component of the identifier.
It is immutable.
-
Field Summary
Modifier and TypeFieldDescriptionfinal SqlIdentifier
final @Nullable SqlValidatorNamespace
final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic SqlQualified
create
(@Nullable SqlValidatorScope scope, int prefixLength, @Nullable SqlValidatorNamespace namespace, SqlIdentifier identifier) boolean
int
hashCode()
prefix()
suffix()
toString()
-
Field Details
-
prefixLength
public final int prefixLength -
namespace
-
identifier
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
create
public static SqlQualified create(@Nullable SqlValidatorScope scope, int prefixLength, @Nullable SqlValidatorNamespace namespace, SqlIdentifier identifier) -
prefix
-
suffix
-