| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
StreamingReaderResult |
StreamingReaderResult.getPointer(long i) |
StreamingReaderResult |
StreamingReaderResult.getPointer(long i) |
static StreamingReaderResult |
StreamingReader.Make(IOContext io_context,
InputStream input,
ReadOptions arg2,
CsvParseOptions arg3,
ConvertOptions arg4) |
static StreamingReaderResult |
StreamingReader.Make(IOContext io_context,
InputStream input,
ReadOptions arg2,
CsvParseOptions arg3,
ConvertOptions arg4) |
static StreamingReaderResult |
StreamingReader.Make(MemoryPool pool,
InputStream input,
ReadOptions read_options,
CsvParseOptions parse_options,
ConvertOptions convert_options)
Deprecated.
|
static StreamingReaderResult |
StreamingReader.Make(MemoryPool pool,
InputStream input,
ReadOptions read_options,
CsvParseOptions parse_options,
ConvertOptions convert_options)
Deprecated.
|
StreamingReaderResult |
StreamingReaderFuture.MoveResult()
\brief Returns an rvalue to the result.
|
StreamingReaderResult |
StreamingReaderFuture.MoveResult()
\brief Returns an rvalue to the result.
|
StreamingReaderResult |
StreamingReaderResult.position(long position) |
StreamingReaderResult |
StreamingReaderResult.position(long position) |
StreamingReaderResult |
StreamingReaderResult.put(StreamingReaderResult other)
Copy-assignment operator.
|
StreamingReaderResult |
StreamingReaderResult.put(StreamingReaderResult other)
Copy-assignment operator.
|
StreamingReaderResult |
StreamingReaderFuture.result()
\brief Wait for the Future to complete and return its Result
|
StreamingReaderResult |
StreamingReaderFuture.result()
\brief Wait for the Future to complete and return its Result
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StreamingReaderResult.Equals(StreamingReaderResult other)
Compare to another Result.
|
boolean |
StreamingReaderResult.Equals(StreamingReaderResult other)
Compare to another Result.
|
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
|
void |
StreamingReaderFuture.MarkFinished(StreamingReaderResult res)
\brief Producer API: mark Future finished
The Future's result is set to
res. |
void |
StreamingReaderFuture.MarkFinished(StreamingReaderResult res)
\brief Producer API: mark Future finished
The Future's result is set to
res. |
StreamingReaderResult |
StreamingReaderResult.put(StreamingReaderResult other)
Copy-assignment operator.
|
StreamingReaderResult |
StreamingReaderResult.put(StreamingReaderResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
StreamingReaderFuture(StreamingReaderResult res)
\brief Implicit constructor to create a future from a Result, enabling use
of macros like ARROW_ASSIGN_OR_RAISE.
|
StreamingReaderFuture(StreamingReaderResult res)
\brief Implicit constructor to create a future from a Result, enabling use
of macros like ARROW_ASSIGN_OR_RAISE.
|
StreamingReaderResult(StreamingReaderResult other)
Copy constructor.
|
StreamingReaderResult(StreamingReaderResult other)
Copy constructor.
|
Copyright © 2022. All rights reserved.