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, isFileScanTask
java.util.Collection<T> tasks()
default long sizeBytes()
ScanTask
default long estimatedRowsCount()
ScanTask
estimatedRowsCount
in interface ScanTask
default int filesCount()
ScanTask
filesCount
in interface ScanTask