Package org.apache.iceberg
Interface PartitionScanTask
- All Superinterfaces:
- ScanTask,- Serializable
- All Known Subinterfaces:
- AddedRowsScanTask,- ContentScanTask<F>,- DataTask,- DeletedDataFileScanTask,- DeletedRowsScanTask,- FileScanTask,- PositionDeletesScanTask
- All Known Implementing Classes:
- BaseFileScanTask
A scan task for data within a particular partition
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the partition for this scan taskspec()Returns the spec of the partition for this scan taskMethods inherited from interface org.apache.iceberg.ScanTaskasCombinedScanTask, asDataTask, asFileScanTask, estimatedRowsCount, filesCount, isDataTask, isFileScanTask, sizeBytes
- 
Method Details- 
specPartitionSpec spec()Returns the spec of the partition for this scan task
- 
partitionStructLike partition()Returns the value of the partition for this scan task
 
-