Uses of Class
org.apache.calcite.sql.validate.SqlValidatorImpl
-
Packages that use SqlValidatorImpl Package Description org.apache.calcite.sql.validate org.apache.flink.table.planner.calcite -
-
Uses of SqlValidatorImpl in org.apache.calcite.sql.validate
Subclasses of SqlValidatorImpl in org.apache.calcite.sql.validate Modifier and Type Class Description class
SqlValidatorWithSnapshot
ExtendsSqlValidatorImpl
to allow to read the schema with a specific version.Fields in org.apache.calcite.sql.validate declared as SqlValidatorImpl Modifier and Type Field Description protected SqlValidatorImpl
AbstractNamespace. validator
protected SqlValidatorImpl
AbstractNamespace. validator
protected SqlValidatorImpl
AbstractNamespace. validator
Constructors in org.apache.calcite.sql.validate with parameters of type SqlValidatorImpl Constructor Description DmlNamespace(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.calcite Modifier and Type Class Description class
FlinkCalciteSqlValidator
Extends Calcite'sSqlValidator
by Flink-specific behavior.
-