Package org.apache.iceberg
Interface PositionDeletesScanTask
-
- All Superinterfaces:
ContentScanTask<DeleteFile>
,PartitionScanTask
,ScanTask
,java.io.Serializable
public interface PositionDeletesScanTask extends ContentScanTask<DeleteFile>
AScanTask
for position delete files
-
-
Method Summary
-
Methods inherited from interface org.apache.iceberg.ContentScanTask
estimatedRowsCount, file, length, partition, residual, sizeBytes, start
-
Methods inherited from interface org.apache.iceberg.PartitionScanTask
spec
-
Methods inherited from interface org.apache.iceberg.ScanTask
asCombinedScanTask, asDataTask, asFileScanTask, filesCount, isDataTask, isFileScanTask
-
-