| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_flight |
| Modifier and Type | Method and Description |
|---|---|
RecordBatchWriter |
RecordBatchWriterSharedResult.access() |
RecordBatchWriter |
RecordBatchWriterUniqueResult.access() |
RecordBatchWriter |
RecordBatchWriterSharedResult.MoveValueUnsafe() |
RecordBatchWriter |
RecordBatchWriterUniqueResult.MoveValueUnsafe() |
RecordBatchWriter |
RecordBatchWriterSharedResult.multiply() |
RecordBatchWriter |
RecordBatchWriterUniqueResult.multiply() |
RecordBatchWriter |
RecordBatchWriterSharedResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
RecordBatchWriter |
RecordBatchWriterUniqueResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
RecordBatchWriter |
RecordBatchWriterSharedResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
RecordBatchWriter |
RecordBatchWriterUniqueResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Constructor and Description |
|---|
RecordBatchWriterSharedResult(RecordBatchWriter value)
Constructs a Result object that contains
value. |
RecordBatchWriterUniqueResult(RecordBatchWriter value)
Constructs a Result object that contains
value. |
| Modifier and Type | Class and Description |
|---|---|
class |
FlightMessageWriter
\brief A writer for IPC payloads to a client.
|
class |
FlightStreamWriter
\brief A RecordBatchWriter that also allows sending
application-defined metadata via the Flight protocol.
|
class |
MetadataRecordBatchWriter
\brief An interface to write IPC payloads with metadata.
|
Copyright © 2021. All rights reserved.