@Namespace(value="arrow::compute") @Properties(inherit=arrow.class) public class FunctionOptionsType extends Pointer
\brief Extension point for defining options outside libarrow (but still within this project).
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FunctionOptionsType(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Compare(FunctionOptions arg0,
FunctionOptions arg1) |
FunctionOptions |
Copy(FunctionOptions arg0) |
FunctionOptionsResult |
Deserialize(ArrowBuffer buffer) |
BufferResult |
Serialize(FunctionOptions arg0) |
String |
Stringify(FunctionOptions arg0) |
String |
type_name() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic FunctionOptionsType(Pointer p)
Pointer(Pointer).public String type_name()
@StdString public String Stringify(@Const @ByRef FunctionOptions arg0)
@Cast(value="bool") public boolean Compare(@Const @ByRef FunctionOptions arg0, @Const @ByRef FunctionOptions arg1)
@ByVal public BufferResult Serialize(@Const @ByRef FunctionOptions arg0)
@ByVal public FunctionOptionsResult Deserialize(@Const @ByRef ArrowBuffer buffer)
@UniquePtr public FunctionOptions Copy(@Const @ByRef FunctionOptions arg0)
Copyright © 2022. All rights reserved.