@Namespace(value="arrow::ipc") @Properties(inherit=arrow.class) public class IpcReadOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
IpcReadOptions()
Default native constructor.
|
IpcReadOptions(long size)
Native array allocator.
|
IpcReadOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static IpcReadOptions |
Defaults() |
IpcReadOptions |
getPointer(long i) |
IntPointer |
included_fields()
\brief EXPERIMENTAL: Top-level schema fields to include when
deserializing RecordBatch.
|
IpcReadOptions |
included_fields(IntPointer setter) |
int |
max_recursion_depth()
\brief The maximum permitted schema nesting depth.
|
IpcReadOptions |
max_recursion_depth(int setter) |
MemoryPool |
memory_pool()
\brief The memory pool to use for allocations made during IPC reading
While Arrow IPC is predominantly zero-copy, it may have to allocate
memory in some cases (for example if compression is enabled).
|
IpcReadOptions |
memory_pool(MemoryPool setter) |
IpcReadOptions |
position(long position) |
boolean |
use_threads()
\brief Use global CPU thread pool to parallelize any computational tasks
like decompression
|
IpcReadOptions |
use_threads(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 IpcReadOptions()
public IpcReadOptions(long size)
Pointer.position(long).public IpcReadOptions(Pointer p)
Pointer(Pointer).public IpcReadOptions position(long position)
public IpcReadOptions getPointer(long i)
getPointer in class Pointerpublic int max_recursion_depth()
public IpcReadOptions max_recursion_depth(int setter)
public MemoryPool memory_pool()
public IpcReadOptions memory_pool(MemoryPool setter)
@StdVector public IntPointer included_fields()
public IpcReadOptions included_fields(IntPointer setter)
@Cast(value="bool") public boolean use_threads()
public IpcReadOptions use_threads(boolean setter)
@ByVal public static IpcReadOptions Defaults()
Copyright © 2021. All rights reserved.