Class TimestampSchemaVersion
java.lang.Object
org.apache.flink.table.planner.calcite.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 Details
-
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:
isBeforein interfaceorg.apache.calcite.schema.SchemaVersion
-