public class BaseCombinedScanTask extends java.lang.Object implements CombinedScanTask
| Constructor and Description |
|---|
BaseCombinedScanTask(FileScanTask... tasks) |
BaseCombinedScanTask(java.util.List<FileScanTask> tasks) |
| Modifier and Type | Method and Description |
|---|---|
long |
estimatedRowsCount()
The estimated number of rows produced by this scan task.
|
java.util.Collection<FileScanTask> |
files()
Return the
tasks in this combined task. |
int |
filesCount()
The number of files that will be opened by this scan task.
|
long |
sizeBytes()
The number of bytes that should be read by this scan task.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasCombinedScanTask, tasksgroupingKeyasDataTask, asFileScanTask, isDataTask, isFileScanTaskpublic BaseCombinedScanTask(FileScanTask... tasks)
public BaseCombinedScanTask(java.util.List<FileScanTask> tasks)
public java.util.Collection<FileScanTask> files()
CombinedScanTasktasks in this combined task.files in interface CombinedScanTaskpublic long sizeBytes()
ScanTasksizeBytes in interface ScanTasksizeBytes in interface ScanTaskGroup<FileScanTask>public long estimatedRowsCount()
ScanTaskestimatedRowsCount in interface ScanTaskestimatedRowsCount in interface ScanTaskGroup<FileScanTask>public int filesCount()
ScanTaskfilesCount in interface ScanTaskfilesCount in interface ScanTaskGroup<FileScanTask>public java.lang.String toString()
toString in class java.lang.Object