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