@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class IpcFileWriteOptions extends FileWriteOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
IpcFileWriteOptions()
Default native constructor.
|
IpcFileWriteOptions(long size)
Native array allocator.
|
IpcFileWriteOptions(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
IpcFileWriteOptions |
getPointer(long i) |
KeyValueMetadata |
metadata()
custom_metadata written to the file's footer
|
IpcFileWriteOptions |
metadata(KeyValueMetadata setter) |
IpcWriteOptions |
options()
Options passed to ipc::MakeFileWriter.
|
IpcFileWriteOptions |
options(IpcWriteOptions setter) |
IpcFileWriteOptions |
position(long position) |
format, type_name
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public IpcFileWriteOptions()
public IpcFileWriteOptions(long size)
Pointer.position(long)
.public IpcFileWriteOptions(Pointer p)
Pointer(Pointer)
.public IpcFileWriteOptions position(long position)
public IpcFileWriteOptions getPointer(long i)
getPointer
in class Pointer
@SharedPtr public IpcWriteOptions options()
public IpcFileWriteOptions options(IpcWriteOptions setter)
@SharedPtr @Cast(value={"const arrow::KeyValueMetadata*","std::shared_ptr<const arrow::KeyValueMetadata>"}) public KeyValueMetadata metadata()
public IpcFileWriteOptions metadata(KeyValueMetadata setter)
Copyright © 2022. All rights reserved.