| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_flight | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
IpcPayload |
IpcPayload.body_buffers(ArrowBufferVector setter) |
IpcPayload |
IpcPayload.body_length(long setter) |
IpcPayload |
IpcPayload.metadata(ArrowBuffer setter) |
IpcPayload |
IpcPayload.position(long position) |
IpcPayload |
IpcPayload.type(Message.Type setter) |
| Modifier and Type | Method and Description |
|---|---|
Status |
IpcPayloadWriter.WritePayload(IpcPayload payload) |
| Modifier and Type | Method and Description |
|---|---|
IpcPayload |
FlightPayload.ipc_message() |
| Modifier and Type | Method and Description |
|---|---|
FlightPayload |
FlightPayload.ipc_message(IpcPayload setter) |
| Modifier and Type | Method and Description |
|---|---|
static Status |
arrow.GetDictionaryPayload(long id,
Array dictionary,
IpcOptions options,
MemoryPool pool,
IpcPayload payload)
\brief Compute IpcPayload for a dictionary
|
static Status |
arrow.GetRecordBatchPayload(RecordBatch batch,
IpcOptions options,
MemoryPool pool,
IpcPayload out)
\brief Compute IpcPayload for the given record batch
|
static Status |
arrow.GetSchemaPayload(Schema schema,
IpcOptions options,
DictionaryMemo dictionary_memo,
IpcPayload out)
\brief Compute IpcPayload for the given schema
|
static Status |
arrow.GetSparseTensorPayload(SparseTensor sparse_tensor,
MemoryPool pool,
IpcPayload out)
\brief Compute IpcPayload for the given sparse tensor
|
static SparseTensorResult |
arrow.ReadSparseTensorPayload(IpcPayload payload)
\brief EXPERIMENTAL: Read arrow::SparseTensor from an IpcPayload
|
static Status |
arrow.WriteIpcPayload(IpcPayload payload,
IpcOptions options,
OutputStream dst,
int[] metadata_length) |
static Status |
arrow.WriteIpcPayload(IpcPayload payload,
IpcOptions options,
OutputStream dst,
IntBuffer metadata_length) |
static Status |
arrow.WriteIpcPayload(IpcPayload payload,
IpcOptions options,
OutputStream dst,
IntPointer metadata_length) |
Copyright © 2020. All rights reserved.