Modifier and Type | Method and Description |
---|---|
boolean |
canMerge(ScanTask other)
Checks if this task can merge with a given task.
|
ThisT |
merge(ScanTask other)
Merges this task with a given task.
|
asCombinedScanTask, asDataTask, asFileScanTask, estimatedRowsCount, filesCount, isDataTask, isFileScanTask, sizeBytes
boolean canMerge(ScanTask other)
other
- another taskThisT merge(ScanTask other)
Note this method will be called only if canMerge(ScanTask)
returns true.
other
- another task