| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
StreamingReaderFuture |
StreamingReaderFuture.getPointer(long i) |
StreamingReaderFuture |
StreamingReaderFuture.getPointer(long i) |
static StreamingReaderFuture |
StreamingReaderFuture.Make()
\brief Producer API: instantiate a valid Future
The Future's state is initialized with PENDING.
|
static StreamingReaderFuture |
StreamingReaderFuture.Make()
\brief Producer API: instantiate a valid Future
The Future's state is initialized with PENDING.
|
static StreamingReaderFuture |
StreamingReader.MakeAsync(IOContext io_context,
InputStream input,
Executor cpu_executor,
ReadOptions arg3,
CsvParseOptions arg4,
ConvertOptions arg5)
Create a StreamingReader instance
This involves some I/O as the first batch must be loaded during the creation process
so it is returned as a future
Currently, the StreamingReader is not async-reentrant and does not do any fan-out
parsing (see ARROW-11889)
|
static StreamingReaderFuture |
StreamingReader.MakeAsync(IOContext io_context,
InputStream input,
Executor cpu_executor,
ReadOptions arg3,
CsvParseOptions arg4,
ConvertOptions arg5)
Create a StreamingReader instance
This involves some I/O as the first batch must be loaded during the creation process
so it is returned as a future
Currently, the StreamingReader is not async-reentrant and does not do any fan-out
parsing (see ARROW-11889)
|
static StreamingReaderFuture |
StreamingReaderFuture.MakeFinished(StreamingReaderResult res)
\brief Producer API: instantiate a finished Future
|
static StreamingReaderFuture |
StreamingReaderFuture.MakeFinished(StreamingReaderResult res)
\brief Producer API: instantiate a finished Future
|
StreamingReaderFuture |
StreamingReaderFuture.position(long position) |
StreamingReaderFuture |
StreamingReaderFuture.position(long position) |
Copyright © 2022. All rights reserved.