| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
RecordBatchVectorResult |
RecordBatchVectorResult.getPointer(long i) |
RecordBatchVectorResult |
RecordBatchVectorResult.getPointer(long i) |
RecordBatchVectorResult |
RecordBatchVectorFuture.MoveResult()
\brief Returns an rvalue to the result.
|
RecordBatchVectorResult |
RecordBatchVectorFuture.MoveResult()
\brief Returns an rvalue to the result.
|
RecordBatchVectorResult |
RecordBatchVectorResult.position(long position) |
RecordBatchVectorResult |
RecordBatchVectorResult.position(long position) |
RecordBatchVectorResult |
RecordBatchVectorResult.put(RecordBatchVectorResult other)
Copy-assignment operator.
|
RecordBatchVectorResult |
RecordBatchVectorResult.put(RecordBatchVectorResult other)
Copy-assignment operator.
|
RecordBatchVectorResult |
RecordBatchVectorFuture.result()
\brief Wait for the Future to complete and return its Result
|
RecordBatchVectorResult |
RecordBatchVectorFuture.result()
\brief Wait for the Future to complete and return its Result
|
RecordBatchVectorResult |
RecordBatchIterator.ToVector()
\brief Move every element of this iterator into a vector.
|
RecordBatchVectorResult |
RecordBatchIterator.ToVector()
\brief Move every element of this iterator into a vector.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RecordBatchVectorResult.Equals(RecordBatchVectorResult other)
Compare to another Result.
|
boolean |
RecordBatchVectorResult.Equals(RecordBatchVectorResult other)
Compare to another Result.
|
static RecordBatchVectorFuture |
RecordBatchVectorFuture.MakeFinished(RecordBatchVectorResult res)
\brief Producer API: instantiate a finished Future
|
static RecordBatchVectorFuture |
RecordBatchVectorFuture.MakeFinished(RecordBatchVectorResult res)
\brief Producer API: instantiate a finished Future
|
void |
RecordBatchVectorFuture.MarkFinished(RecordBatchVectorResult res)
\brief Producer API: mark Future finished
The Future's result is set to
res. |
void |
RecordBatchVectorFuture.MarkFinished(RecordBatchVectorResult res)
\brief Producer API: mark Future finished
The Future's result is set to
res. |
RecordBatchVectorResult |
RecordBatchVectorResult.put(RecordBatchVectorResult other)
Copy-assignment operator.
|
RecordBatchVectorResult |
RecordBatchVectorResult.put(RecordBatchVectorResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
RecordBatchVectorFuture(RecordBatchVectorResult res)
\brief Implicit constructor to create a future from a Result, enabling use
of macros like ARROW_ASSIGN_OR_RAISE.
|
RecordBatchVectorFuture(RecordBatchVectorResult res)
\brief Implicit constructor to create a future from a Result, enabling use
of macros like ARROW_ASSIGN_OR_RAISE.
|
RecordBatchVectorResult(RecordBatchVectorResult other)
Copy constructor.
|
RecordBatchVectorResult(RecordBatchVectorResult other)
Copy constructor.
|
Copyright © 2022. All rights reserved.