| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
IpcPayloadWriter |
IpcPayloadWriterResult.MoveValueUnsafe() |
IpcPayloadWriter |
IpcPayloadWriterResult.multiply() |
IpcPayloadWriter |
IpcPayloadWriterResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
IpcPayloadWriter |
IpcPayloadWriterResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Constructor and Description |
|---|
IpcPayloadWriterResult(IpcPayloadWriter value)
Constructs a Result object that contains
value. |
| Modifier and Type | Method and Description |
|---|---|
static RecordBatchWriterUniqueResult |
arrow.OpenRecordBatchWriter(IpcPayloadWriter sink,
Schema schema) |
static RecordBatchWriterUniqueResult |
arrow.OpenRecordBatchWriter(IpcPayloadWriter sink,
Schema schema,
IpcWriteOptions options)
Create a new RecordBatchWriter from IpcPayloadWriter and schema.
|
Copyright © 2021. All rights reserved.