Package org.apache.iceberg
Class BaseCombinedScanTask
java.lang.Object
org.apache.iceberg.BaseCombinedScanTask
- All Implemented Interfaces:
- Serializable,- CombinedScanTask,- ScanTask,- ScanTaskGroup<FileScanTask>
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionBaseCombinedScanTask(List<FileScanTask> tasks) BaseCombinedScanTask(FileScanTask... tasks) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.iceberg.CombinedScanTaskasCombinedScanTask, tasksMethods inherited from interface org.apache.iceberg.ScanTaskasDataTask, asFileScanTask, isDataTask, isFileScanTaskMethods inherited from interface org.apache.iceberg.ScanTaskGroupgroupingKey
- 
Constructor Details- 
BaseCombinedScanTask
- 
BaseCombinedScanTask
 
- 
- 
Method Details- 
filesDescription copied from interface:CombinedScanTaskReturn thetasksin this combined task.- Specified by:
- filesin interface- CombinedScanTask
- Returns:
- a Collection of FileScanTask instances.
 
- 
sizeBytespublic long sizeBytes()Description copied from interface:ScanTaskThe number of bytes that should be read by this scan task.- Specified by:
- sizeBytesin interface- ScanTask
- Specified by:
- sizeBytesin interface- ScanTaskGroup<FileScanTask>
- Returns:
- the total number of bytes to read
 
- 
estimatedRowsCountpublic long estimatedRowsCount()Description copied from interface:ScanTaskThe estimated number of rows produced by this scan task.- Specified by:
- estimatedRowsCountin interface- ScanTask
- Specified by:
- estimatedRowsCountin interface- ScanTaskGroup<FileScanTask>
- Returns:
- the estimated number of produced rows
 
- 
filesCountpublic int filesCount()Description copied from interface:ScanTaskThe number of files that will be opened by this scan task.- Specified by:
- filesCountin interface- ScanTask
- Specified by:
- filesCountin interface- ScanTaskGroup<FileScanTask>
- Returns:
- the number of files to open
 
- 
toString
 
-