T - the type of scan taskspublic interface ScanTaskGroup<T extends ScanTask> extends ScanTask
| Modifier and Type | Method and Description |
|---|---|
default long |
estimatedRowsCount()
The estimated number of rows produced by this scan task.
|
default int |
filesCount()
The number of files that will be opened by this scan task.
|
default long |
sizeBytes()
The number of bytes that should be read by this scan task.
|
java.util.Collection<T> |
tasks()
Returns scan tasks in this group.
|
asCombinedScanTask, asDataTask, asFileScanTask, isDataTask, isFileScanTaskjava.util.Collection<T> tasks()
default long sizeBytes()
ScanTaskdefault long estimatedRowsCount()
ScanTaskestimatedRowsCount in interface ScanTaskdefault int filesCount()
ScanTaskfilesCount in interface ScanTask