Uses of Class
org.apache.calcite.sql.validate.SqlValidatorImpl
Packages that use SqlValidatorImpl
-
Uses of SqlValidatorImpl in org.apache.calcite.sql.validate
Subclasses of SqlValidatorImpl in org.apache.calcite.sql.validateModifier and TypeClassDescriptionclassExtendsSqlValidatorImplto allow to read the schema with a specific version.Fields in org.apache.calcite.sql.validate declared as SqlValidatorImplModifier and TypeFieldDescriptionprotected final SqlValidatorImplAbstractNamespace.validatorprotected final SqlValidatorImplAbstractNamespace.validatorprotected final SqlValidatorImplAbstractNamespace.validatorConstructors in org.apache.calcite.sql.validate with parameters of type SqlValidatorImplModifierConstructorDescriptionprotectedDmlNamespace(SqlValidatorImpl validator, org.apache.calcite.sql.SqlNode id, org.apache.calcite.sql.SqlNode enclosingNode, org.apache.calcite.sql.validate.SqlValidatorScope parentScope) SqlValidatorWithSnapshot(SqlValidatorImpl parent, org.apache.calcite.schema.SchemaVersion schemaVersion) -
Uses of SqlValidatorImpl in org.apache.flink.table.planner.calcite
Subclasses of SqlValidatorImpl in org.apache.flink.table.planner.calciteModifier and TypeClassDescriptionfinal classExtends Calcite'sSqlValidatorby Flink-specific behavior.