Class SnapshotByTime

java.lang.Object
org.apache.drill.exec.store.iceberg.snapshot.SnapshotByTime
All Implemented Interfaces:
Snapshot

public class SnapshotByTime extends Object implements Snapshot
  • Constructor Details

    • SnapshotByTime

      public SnapshotByTime(long snapshotAtTime)
  • Method Details

    • apply

      public org.apache.iceberg.TableScan apply(org.apache.iceberg.TableScan tableScan)
      Specified by:
      apply in interface Snapshot