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 Summary
Modifier 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.ScanTask
asCombinedScanTask, asDataTask, asFileScanTask, estimatedRowsCount, filesCount, isDataTask, isFileScanTask, sizeBytes
-
Method Details
-
spec
PartitionSpec spec()Returns the spec of the partition for this scan task -
partition
StructLike partition()Returns the value of the partition for this scan task
-