public interface QueryResultProcessor
| Modifier and Type | Method and Description |
|---|---|
org.ojai.Document |
extractFirst(org.apache.drill.exec.record.RecordBatchLoader loader)
Process the new record batch and return the first result from this result batch.
|
org.ojai.Document |
extractNext(int rowNum)
Return the ith record from the current record batch.
|
org.ojai.Document extractFirst(org.apache.drill.exec.record.RecordBatchLoader loader)
org.ojai.Document extractNext(int rowNum)