OmniSciDB
a5dc49c757
|
Public Member Functions | |
IdInfo (SqlValidatorScope scope, SqlIdentifier id) | |
Public Attributes | |
final SqlValidatorScope | scope |
final SqlIdentifier | id |
Information about an identifier in a particular scope.
Definition at line 6260 of file SqlValidatorImpl.java.
|
inline |
Definition at line 6264 of file SqlValidatorImpl.java.
References org.apache.calcite.sql.validate.SqlValidatorImpl.IdInfo.id, and org.apache.calcite.sql.validate.SqlValidatorImpl.IdInfo.scope.
final SqlIdentifier org.apache.calcite.sql.validate.SqlValidatorImpl.IdInfo.id |
Definition at line 6262 of file SqlValidatorImpl.java.
Referenced by org.apache.calcite.sql.validate.SqlValidatorImpl.IdInfo.IdInfo(), org.apache.calcite.sql.validate.SqlValidatorImpl.lookupSelectHints(), heavydb.thrift.ttypes.TPendingQuery.read(), heavydb.thrift.ttypes.TPendingRenderQuery.read(), heavydb.thrift.ttypes.TCustomExpression.read(), heavydb.thrift.Heavy.update_custom_expression_args.read(), heavydb.thrift.ttypes.TPendingQuery.write(), heavydb.thrift.ttypes.TPendingRenderQuery.write(), heavydb.thrift.ttypes.TCustomExpression.write(), and heavydb.thrift.Heavy.update_custom_expression_args.write().
final SqlValidatorScope org.apache.calcite.sql.validate.SqlValidatorImpl.IdInfo.scope |
Definition at line 6261 of file SqlValidatorImpl.java.
Referenced by org.apache.calcite.sql.validate.SqlValidatorImpl.IdInfo.IdInfo(), and org.apache.calcite.sql.validate.SqlValidatorImpl.lookupSelectHints().