@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class CountOptions extends FunctionOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
CountOptions.CountMode |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CountOptions() |
CountOptions(CountOptions.CountMode mode) |
CountOptions(int mode) |
CountOptions(long size)
Native array allocator.
|
CountOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static CountOptions |
Defaults() |
CountOptions |
getPointer(long i) |
static String |
kTypeName() |
static byte |
kTypeName(int i) |
CountOptions.CountMode |
mode() |
CountOptions |
mode(CountOptions.CountMode setter) |
CountOptions |
position(long position) |
Copy, Deserialize, Deserialize, Equals, options_type, Serialize, ToString, type_nameaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, 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 CountOptions(Pointer p)
Pointer(Pointer).public CountOptions(long size)
Pointer.position(long).public CountOptions(CountOptions.CountMode mode)
public CountOptions()
public CountOptions position(long position)
public CountOptions getPointer(long i)
getPointer in class Pointer@MemberGetter public static byte kTypeName(int i)
@MemberGetter public static String kTypeName()
@ByVal public static CountOptions Defaults()
public CountOptions.CountMode mode()
public CountOptions mode(CountOptions.CountMode setter)
Copyright © 2022. All rights reserved.