Class SnapshotById

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

public class SnapshotById extends Object implements Snapshot
  • Constructor Details

    • SnapshotById

      public SnapshotById(long snapshotId)
  • Method Details

    • apply

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