| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
IpcPayloadWriterResult |
IpcPayloadWriterResult.getPointer(long i) |
IpcPayloadWriterResult |
IpcPayloadWriterResult.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IpcPayloadWriterResult.Equals(IpcPayloadWriterResult other)
Compare to another Result.
|
| Modifier and Type | Method and Description |
|---|---|
static IpcPayloadWriterResult |
arrow.MakePayloadFileWriter(OutputStream sink,
Schema schema) |
static IpcPayloadWriterResult |
arrow.MakePayloadFileWriter(OutputStream sink,
Schema schema,
IpcWriteOptions options,
KeyValueMetadata metadata)
Create a new IPC payload file writer from stream sink.
|
static IpcPayloadWriterResult |
arrow.MakePayloadStreamWriter(OutputStream sink) |
static IpcPayloadWriterResult |
arrow.MakePayloadStreamWriter(OutputStream sink,
IpcWriteOptions options)
Create a new IPC payload stream writer from stream sink.
|
Copyright © 2021. All rights reserved.