@Namespace(value="arrow::compute") @Properties(inherit=arrow.class) public class HashAggregateFunction extends Function
Function.Kind
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
HashAggregateFunction(BytePointer name,
Arity arity,
FunctionDoc doc) |
HashAggregateFunction(BytePointer name,
Arity arity,
FunctionDoc doc,
FunctionOptions default_options) |
HashAggregateFunction(Pointer p)
Pointer cast constructor.
|
HashAggregateFunction(String name,
Arity arity,
FunctionDoc doc) |
HashAggregateFunction(String name,
Arity arity,
FunctionDoc doc,
FunctionOptions default_options) |
Modifier and Type | Method and Description |
---|---|
Status |
AddKernel(HashAggregateKernel kernel)
\brief Add a kernel (function implementation).
|
arity, default_options, DispatchBest, DispatchExact, doc, Execute, kind, name, num_kernels, Validate
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public HashAggregateFunction(Pointer p)
Pointer(Pointer)
.public HashAggregateFunction(@StdString String name, @Const @ByRef Arity arity, @Const FunctionDoc doc, @Const FunctionOptions default_options)
public HashAggregateFunction(@StdString String name, @Const @ByRef Arity arity, @Const FunctionDoc doc)
public HashAggregateFunction(@StdString BytePointer name, @Const @ByRef Arity arity, @Const FunctionDoc doc, @Const FunctionOptions default_options)
public HashAggregateFunction(@StdString BytePointer name, @Const @ByRef Arity arity, @Const FunctionDoc doc)
@ByVal public Status AddKernel(@ByVal HashAggregateKernel kernel)
Copyright © 2022. All rights reserved.