@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class ScalarAggregateOptions extends FunctionOptions
\brief Control general scalar aggregate kernel behavior By default, null values are ignored (skip_nulls = true).
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ScalarAggregateOptions() |
ScalarAggregateOptions(boolean skip_nulls,
int min_count) |
ScalarAggregateOptions(long size)
Native array allocator.
|
ScalarAggregateOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ScalarAggregateOptions |
Defaults() |
ScalarAggregateOptions |
getPointer(long i) |
static String |
kTypeName() |
static byte |
kTypeName(int i) |
int |
min_count()
If less than this many non-null values are observed, emit null.
|
ScalarAggregateOptions |
min_count(int setter) |
ScalarAggregateOptions |
position(long position) |
boolean |
skip_nulls()
If true (the default), null values are ignored.
|
ScalarAggregateOptions |
skip_nulls(boolean setter) |
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 ScalarAggregateOptions(Pointer p)
Pointer(Pointer).public ScalarAggregateOptions(long size)
Pointer.position(long).public ScalarAggregateOptions(@Cast(value="bool") boolean skip_nulls, @Cast(value="uint32_t") int min_count)
public ScalarAggregateOptions()
public ScalarAggregateOptions position(long position)
public ScalarAggregateOptions getPointer(long i)
getPointer in class Pointer@MemberGetter public static byte kTypeName(int i)
@MemberGetter public static String kTypeName()
@ByVal public static ScalarAggregateOptions Defaults()
@Cast(value="bool") public boolean skip_nulls()
public ScalarAggregateOptions skip_nulls(boolean setter)
@Cast(value="uint32_t") public int min_count()
public ScalarAggregateOptions min_count(int setter)
Copyright © 2022. All rights reserved.