@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class ArrowWriteContext extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ArrowWriteContext(MemoryPool memory_pool,
ArrowWriterProperties properties) |
ArrowWriteContext(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
ResizableBuffer |
data_buffer() |
ArrowWriteContext |
data_buffer(ResizableBuffer setter) |
ResizableBuffer |
def_levels_buffer() |
ArrowWriteContext |
def_levels_buffer(ResizableBuffer setter) |
MemoryPool |
memory_pool() |
ArrowWriteContext |
memory_pool(MemoryPool setter) |
ArrowWriterProperties |
properties() |
ArrowWriteContext |
properties(ArrowWriterProperties setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public ArrowWriteContext(Pointer p)
Pointer(Pointer)
.public ArrowWriteContext(MemoryPool memory_pool, ArrowWriterProperties properties)
public MemoryPool memory_pool()
public ArrowWriteContext memory_pool(MemoryPool setter)
@Const public ArrowWriterProperties properties()
public ArrowWriteContext properties(ArrowWriterProperties setter)
@SharedPtr public ResizableBuffer data_buffer()
public ArrowWriteContext data_buffer(ResizableBuffer setter)
@SharedPtr public ResizableBuffer def_levels_buffer()
public ArrowWriteContext def_levels_buffer(ResizableBuffer setter)
Copyright © 2022. All rights reserved.