| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
RecordBatchWriterUniqueResult |
RecordBatchWriterUniqueResult.getPointer(long i) |
RecordBatchWriterUniqueResult |
RecordBatchWriterUniqueResult.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RecordBatchWriterUniqueResult.Equals(RecordBatchWriterUniqueResult other)
Compare to another Result.
|
| 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.