Package org.apache.iceberg
Interface IncrementalAppendScan
-
- All Superinterfaces:
IncrementalScan<IncrementalAppendScan,FileScanTask,CombinedScanTask>
,Scan<IncrementalAppendScan,FileScanTask,CombinedScanTask>
public interface IncrementalAppendScan extends IncrementalScan<IncrementalAppendScan,FileScanTask,CombinedScanTask>
API for configuring an incremental table scan for appends only snapshots
-
-
Method Summary
-
Methods inherited from interface org.apache.iceberg.IncrementalScan
fromSnapshotExclusive, fromSnapshotExclusive, fromSnapshotInclusive, fromSnapshotInclusive, toSnapshot, toSnapshot, useBranch
-
Methods inherited from interface org.apache.iceberg.Scan
caseSensitive, filter, filter, ignoreResiduals, includeColumnStats, includeColumnStats, isCaseSensitive, metricsReporter, option, planFiles, planTasks, planWith, project, schema, select, select, splitLookback, splitOpenFileCost, targetSplitSize
-
-