Class TimestampSchemaVersion

  • All Implemented Interfaces:
    org.apache.calcite.schema.SchemaVersion

    public class TimestampSchemaVersion
    extends Object
    implements org.apache.calcite.schema.SchemaVersion
    The implementation of SchemaVersion to specify the snapshot at the specific time.
    • Method Detail

      • of

        public static org.apache.calcite.schema.SchemaVersion of​(long timestamp)
      • getTimestamp

        public long getTimestamp()
      • isBefore

        public boolean isBefore​(org.apache.calcite.schema.SchemaVersion other)
        Specified by:
        isBefore in interface org.apache.calcite.schema.SchemaVersion