@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class FunctionOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FunctionOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionOptions |
Copy() |
static FunctionOptionsResult |
Deserialize(BytePointer type_name,
ArrowBuffer buffer) |
static FunctionOptionsResult |
Deserialize(String type_name,
ArrowBuffer buffer)
\brief Deserialize an options struct from a buffer.
|
boolean |
Equals(FunctionOptions other) |
FunctionOptionsType |
options_type() |
BufferResult |
Serialize()
\brief Serialize an options struct to a buffer.
|
String |
ToString() |
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 FunctionOptions(Pointer p)
Pointer(Pointer).@Const public FunctionOptionsType options_type()
public String type_name()
@Cast(value="bool") public boolean Equals(@Const @ByRef FunctionOptions other)
@StdString public String ToString()
@UniquePtr public FunctionOptions Copy()
@ByVal public BufferResult Serialize()
@ByVal public static FunctionOptionsResult Deserialize(@StdString String type_name, @Const @ByRef ArrowBuffer buffer)
type_name in the default FunctionRegistry;
to use a custom FunctionRegistry, look up the FunctionOptionsType, then
call FunctionOptionsType::Deserialize().@ByVal public static FunctionOptionsResult Deserialize(@StdString BytePointer type_name, @Const @ByRef ArrowBuffer buffer)
Copyright © 2022. All rights reserved.