@Namespace(value="arrow::ipc") @Properties(inherit=arrow.class) public class IpcWriteOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
IpcWriteOptions()
Default native constructor.
|
IpcWriteOptions(long size)
Native array allocator.
|
IpcWriteOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
alignment()
\brief Write padding after memory buffers up to this multiple of bytes.
|
IpcWriteOptions |
alignment(int setter) |
boolean |
allow_64bit()
\brief If true, allow field lengths that don't fit in a signed 32-bit int.
|
IpcWriteOptions |
allow_64bit(boolean setter) |
Codec |
codec()
\brief Compression codec to use for record batch body buffers
May only be UNCOMPRESSED, LZ4_FRAME and ZSTD.
|
IpcWriteOptions |
codec(Codec setter) |
static IpcWriteOptions |
Defaults() |
boolean |
emit_dictionary_deltas()
\brief Whether to emit dictionary deltas
If false, a changed dictionary for a given field will emit a full
dictionary replacement.
|
IpcWriteOptions |
emit_dictionary_deltas(boolean setter) |
IpcWriteOptions |
getPointer(long i) |
int |
max_recursion_depth()
\brief The maximum permitted schema nesting depth.
|
IpcWriteOptions |
max_recursion_depth(int setter) |
MemoryPool |
memory_pool()
\brief The memory pool to use for allocations made during IPC writing
While Arrow IPC is predominantly zero-copy, it may have to allocate
memory in some cases (for example if compression is enabled).
|
IpcWriteOptions |
memory_pool(MemoryPool setter) |
arrow.MetadataVersion |
metadata_version()
\brief Format version to use for IPC messages and their metadata.
|
IpcWriteOptions |
metadata_version(arrow.MetadataVersion setter) |
IpcWriteOptions |
position(long position) |
boolean |
use_threads()
\brief Use global CPU thread pool to parallelize any computational tasks
like compression
|
IpcWriteOptions |
use_threads(boolean setter) |
boolean |
write_legacy_ipc_format()
\brief Write the pre-0.15.0 IPC message format
This legacy format consists of a 4-byte prefix instead of 8-byte.
|
IpcWriteOptions |
write_legacy_ipc_format(boolean setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic IpcWriteOptions()
public IpcWriteOptions(long size)
Pointer.position(long).public IpcWriteOptions(Pointer p)
Pointer(Pointer).public IpcWriteOptions position(long position)
public IpcWriteOptions getPointer(long i)
getPointer in class Pointer@Cast(value="bool") public boolean allow_64bit()
public IpcWriteOptions allow_64bit(boolean setter)
public int max_recursion_depth()
public IpcWriteOptions max_recursion_depth(int setter)
public int alignment()
public IpcWriteOptions alignment(int setter)
@Cast(value="bool") public boolean write_legacy_ipc_format()
public IpcWriteOptions write_legacy_ipc_format(boolean setter)
public MemoryPool memory_pool()
public IpcWriteOptions memory_pool(MemoryPool setter)
@SharedPtr public Codec codec()
public IpcWriteOptions codec(Codec setter)
@Cast(value="bool") public boolean use_threads()
public IpcWriteOptions use_threads(boolean setter)
@Cast(value="bool") public boolean emit_dictionary_deltas()
public IpcWriteOptions emit_dictionary_deltas(boolean setter)
public arrow.MetadataVersion metadata_version()
public IpcWriteOptions metadata_version(arrow.MetadataVersion setter)
@ByVal public static IpcWriteOptions Defaults()
Copyright © 2021. All rights reserved.