public class ParallelArrowReader extends Object implements AutoCloseable
| Constructor and Description |
|---|
ParallelArrowReader(List<org.apache.arrow.vector.ipc.ArrowReader> readers,
ExecutorService executor,
org.apache.arrow.vector.VectorLoader loader,
BigQueryStorageReadRowsTracer tracer) |
public ParallelArrowReader(List<org.apache.arrow.vector.ipc.ArrowReader> readers, ExecutorService executor, org.apache.arrow.vector.VectorLoader loader, BigQueryStorageReadRowsTracer tracer)
readers - The readers to read from in a round robin order.executor - An ExecutorService to process the get method on the delegates. The service will
be shutdown when this object is closed.public boolean next()
throws IOException
IOExceptionpublic void close()
close in interface AutoCloseableCopyright © 2024. All rights reserved.