Package org.apache.iceberg.events
Class IncrementalScanEvent
java.lang.Object
org.apache.iceberg.events.IncrementalScanEvent
Event sent to listeners when an incremental table scan is planned.
- 
Constructor Summary
ConstructorsConstructorDescriptionIncrementalScanEvent(String tableName, long fromSnapshotId, long toSnapshotId, Expression filter, Schema projection, boolean fromSnapshotInclusive)  - 
Method Summary
 
- 
Constructor Details
- 
IncrementalScanEvent
public IncrementalScanEvent(String tableName, long fromSnapshotId, long toSnapshotId, Expression filter, Schema projection, boolean fromSnapshotInclusive)  
 - 
 - 
Method Details
- 
tableName
 - 
fromSnapshotId
public long fromSnapshotId() - 
toSnapshotId
public long toSnapshotId() - 
filter
 - 
projection
 - 
isFromSnapshotInclusive
public boolean isFromSnapshotInclusive() 
 -