@Namespace(value="arrow::compute::internal") @Properties(inherit=arrow.class) public class Aggregate extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Aggregate()
Default native constructor.
|
Aggregate(long size)
Native array allocator.
|
Aggregate(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
function()
the name of the aggregation function
|
Aggregate |
function(String setter) |
Aggregate |
getPointer(long i) |
FunctionOptions |
options()
options for the aggregation function
|
Aggregate |
options(FunctionOptions setter) |
Aggregate |
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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Aggregate()
public Aggregate(long size)
Pointer.position(long).public Aggregate(Pointer p)
Pointer(Pointer).public Aggregate getPointer(long i)
getPointer in class Pointer@StdString public String function()
@Const public FunctionOptions options()
public Aggregate options(FunctionOptions setter)
Copyright © 2021. All rights reserved.