@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class CountOptions extends FunctionOptions
\brief Control Count kernel behavior By default, all non-null values are counted.
| Modifier and Type | Class and Description |
|---|---|
static class |
CountOptions.Mode |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CountOptions() |
CountOptions(CountOptions.Mode count_mode) |
CountOptions(int count_mode) |
CountOptions(long size)
Native array allocator.
|
CountOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CountOptions.Mode |
count_mode() |
CountOptions |
count_mode(CountOptions.Mode setter) |
static CountOptions |
Defaults() |
CountOptions |
getPointer(long i) |
CountOptions |
position(long position) |
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, 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.Mode count_mode)
public CountOptions()
public CountOptions position(long position)
position in class FunctionOptionspublic CountOptions getPointer(long i)
getPointer in class FunctionOptions@ByVal public static CountOptions Defaults()
public CountOptions.Mode count_mode()
public CountOptions count_mode(CountOptions.Mode setter)
Copyright © 2021. All rights reserved.