public interface ArrowReader extends Closeable
| Modifier and Type | Method and Description |
|---|---|
long |
bytesRead()
Return the current read bytes.
|
org.apache.arrow.vector.VectorSchemaRoot |
getCurrentValue()
Return the current arrow batch.
|
boolean |
nextBatch()
Proceed to next arrow batch, returns false if there is no more batches.
|
org.apache.arrow.vector.VectorSchemaRoot getCurrentValue()
boolean nextBatch()
throws IOException
IOException - if failure happens during network IO.long bytesRead()
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.