Package org.apache.iceberg
Class BaseCombinedScanTask
- java.lang.Object
- 
- org.apache.iceberg.BaseCombinedScanTask
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- CombinedScanTask,- ScanTask,- ScanTaskGroup<FileScanTask>
 
 public class BaseCombinedScanTask extends java.lang.Object implements CombinedScanTask - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description BaseCombinedScanTask(java.util.List<FileScanTask> tasks)BaseCombinedScanTask(FileScanTask... tasks)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<FileScanTask>files()Return thetasksin this combined task.java.lang.StringtoString()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.iceberg.CombinedScanTaskasCombinedScanTask, tasks
 - 
Methods inherited from interface org.apache.iceberg.ScanTaskasDataTask, asFileScanTask, isDataTask, isFileScanTask
 - 
Methods inherited from interface org.apache.iceberg.ScanTaskGroupfilesCount, sizeBytes
 
- 
 
- 
- 
- 
Constructor Detail- 
BaseCombinedScanTaskpublic BaseCombinedScanTask(FileScanTask... tasks) 
 - 
BaseCombinedScanTaskpublic BaseCombinedScanTask(java.util.List<FileScanTask> tasks) 
 
- 
 - 
Method Detail- 
filespublic java.util.Collection<FileScanTask> files() Description copied from interface:CombinedScanTaskReturn thetasksin this combined task.- Specified by:
- filesin interface- CombinedScanTask
- Returns:
- a Collection of FileScanTask instances.
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-