Class SqlQualified

java.lang.Object
org.apache.calcite.sql.validate.SqlQualified

public class SqlQualified extends Object
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.