Class SqlValidatorWithSnapshot

java.lang.Object
org.apache.calcite.sql.validate.SqlValidatorImpl
org.apache.calcite.sql.validate.SqlValidatorWithSnapshot
All Implemented Interfaces:
org.apache.calcite.sql.validate.SqlValidator, org.apache.calcite.sql.validate.SqlValidatorWithHints

public class SqlValidatorWithSnapshot extends SqlValidatorImpl
Extends SqlValidatorImpl to allow to read the schema with a specific version.
  • Constructor Details

    • SqlValidatorWithSnapshot

      public SqlValidatorWithSnapshot(SqlValidatorImpl parent, org.apache.calcite.schema.SchemaVersion schemaVersion)