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