public interface DataTask extends FileScanTask
rows instead of where to read data.| Modifier and Type | Method and Description | 
|---|---|
| default DataTask | asDataTask()Returns this cast to  DataTaskif it is one | 
| default boolean | isDataTask()Returns true if this is a  DataTask, false otherwise. | 
| CloseableIterable<StructLike> | rows()Returns an iterable of  StructLikerows. | 
asFileScanTask, deletes, file, isFileScanTask, length, residual, spec, split, startasCombinedScanTaskdefault boolean isDataTask()
ScanTaskDataTask, false otherwise.isDataTask in interface ScanTaskdefault DataTask asDataTask()
ScanTaskDataTask if it is oneasDataTask in interface ScanTaskDataTask if it is oneCloseableIterable<StructLike> rows()
StructLike rows.