| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_flight | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
IpcPayload |
IpcPayload.body_buffers(BufferVector setter) |
IpcPayload |
IpcPayload.body_length(long setter) |
IpcPayload |
IpcPayload.getPointer(long i) |
IpcPayload |
IpcPayload.metadata(ArrowBuffer setter) |
IpcPayload |
IpcPayload.position(long position) |
IpcPayload |
IpcPayload.type(arrow.MessageType 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,
IpcWriteOptions options,
IpcPayload payload)
\brief Compute IpcPayload for a dictionary
|
static Status |
arrow.GetDictionaryPayload(long id,
boolean is_delta,
Array dictionary,
IpcWriteOptions options,
IpcPayload payload)
\brief Compute IpcPayload for a dictionary
|
static long |
arrow.GetPayloadSize(IpcPayload payload) |
static long |
arrow.GetPayloadSize(IpcPayload payload,
IpcWriteOptions options)
\brief Compute the number of bytes needed to write an IPC payload
including metadata
|
static Status |
arrow.GetRecordBatchPayload(RecordBatch batch,
IpcWriteOptions options,
IpcPayload out)
\brief Compute IpcPayload for the given record batch
|
static Status |
arrow.GetSchemaPayload(Schema schema,
IpcWriteOptions options,
DictionaryFieldMapper mapper,
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,
IpcWriteOptions options,
OutputStream dst,
int[] metadata_length) |
static Status |
arrow.WriteIpcPayload(IpcPayload payload,
IpcWriteOptions options,
OutputStream dst,
IntBuffer metadata_length) |
static Status |
arrow.WriteIpcPayload(IpcPayload payload,
IpcWriteOptions options,
OutputStream dst,
IntPointer metadata_length)
\brief Write an IPC payload to the given stream.
|
Copyright © 2021. All rights reserved.