public interface FileDataReadResult
| Modifier and Type | Method and Description |
|---|---|
ColumnarBatch |
getData()
Get the data read from the file.
|
Row |
getScanFileRow()
Get the scan file information of the file from which the data is read as a
Row. |
ColumnarBatch getData()
ColumnarBatch format.