Class IncrementalScanEvent


  • public final class IncrementalScanEvent
    extends java.lang.Object
    Event sent to listeners when an incremental table scan is planned.
    • Constructor Detail

      • IncrementalScanEvent

        public IncrementalScanEvent​(java.lang.String tableName,
                                    long fromSnapshotId,
                                    long toSnapshotId,
                                    Expression filter,
                                    Schema projection,
                                    boolean fromSnapshotInclusive)
    • Method Detail

      • tableName

        public java.lang.String tableName()
      • fromSnapshotId

        public long fromSnapshotId()
      • toSnapshotId

        public long toSnapshotId()
      • projection

        public Schema projection()
      • isFromSnapshotInclusive

        public boolean isFromSnapshotInclusive()