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
FieldsModifier and TypeFieldDescriptionfinal SqlIdentifierfinal @Nullable SqlValidatorNamespacefinal int -
Method Summary
Modifier and TypeMethodDescriptionstatic SqlQualifiedcreate(@Nullable SqlValidatorScope scope, int prefixLength, @Nullable SqlValidatorNamespace namespace, SqlIdentifier identifier) booleaninthashCode()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
-