Class 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 Detail

      • SqlValidatorWithSnapshot

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