@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class Arity extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Arity() |
Arity(int num_args,
boolean is_varargs) |
Arity(long size)
Native array allocator.
|
Arity(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Arity |
Binary()
\brief A function taking 2 arguments
|
Arity |
getPointer(long i) |
boolean |
is_varargs()
If true, then the num_args is the minimum number of required arguments.
|
Arity |
is_varargs(boolean setter) |
static Arity |
Nullary()
\brief A function taking no arguments
|
int |
num_args()
The number of required arguments (or the minimum number for varargs
functions).
|
Arity |
num_args(int setter) |
Arity |
position(long position) |
static Arity |
Ternary()
\brief A function taking 3 arguments
|
static Arity |
Unary()
\brief A function taking 1 argument
|
static Arity |
VarArgs() |
static Arity |
VarArgs(int min_args)
\brief A function taking a variable number of arguments
|
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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Arity(Pointer p)
Pointer(Pointer).public Arity(long size)
Pointer.position(long).public Arity()
public Arity getPointer(long i)
getPointer in class Pointer@ByVal public static Arity VarArgs(int min_args)
min_args - [in] the minimum number of arguments required when
invoking the functionpublic int num_args()
public Arity num_args(int setter)
@Cast(value="bool") public boolean is_varargs()
public Arity is_varargs(boolean setter)
Copyright © 2021. All rights reserved.