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 SummaryConstructorsConstructorDescriptionIncrementalScanEvent(String tableName, long fromSnapshotId, long toSnapshotId, Expression filter, Schema projection, boolean fromSnapshotInclusive) 
- 
Method Summary
- 
Constructor Details- 
IncrementalScanEventpublic IncrementalScanEvent(String tableName, long fromSnapshotId, long toSnapshotId, Expression filter, Schema projection, boolean fromSnapshotInclusive) 
 
- 
- 
Method Details- 
tableName
- 
fromSnapshotIdpublic long fromSnapshotId()
- 
toSnapshotIdpublic long toSnapshotId()
- 
filter
- 
projection
- 
isFromSnapshotInclusivepublic boolean isFromSnapshotInclusive()
 
-