@Namespace(value="arrow::compute") @Properties(inherit=arrow.class) public class ScalarAggregateFunction extends Function
Function.KindPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ScalarAggregateFunction(BytePointer name,
Arity arity,
FunctionDoc doc) |
ScalarAggregateFunction(BytePointer name,
Arity arity,
FunctionDoc doc,
FunctionOptions default_options) |
ScalarAggregateFunction(Pointer p)
Pointer cast constructor.
|
ScalarAggregateFunction(String name,
Arity arity,
FunctionDoc doc) |
ScalarAggregateFunction(String name,
Arity arity,
FunctionDoc doc,
FunctionOptions default_options) |
| Modifier and Type | Method and Description |
|---|---|
Status |
AddKernel(ScalarAggregateKernel kernel)
\brief Add a kernel (function implementation).
|
KernelResult |
DispatchExact(ValueDescrVector values)
\brief Return a kernel that can execute the function given the exact
argument types (without implicit type casts or scalar->array promotions).
|
arity, default_options, doc, Execute, kind, name, num_kernels, Validateaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic ScalarAggregateFunction(Pointer p)
Pointer(Pointer).public ScalarAggregateFunction(@StdString String name, @Const @ByRef Arity arity, @Const FunctionDoc doc, @Const FunctionOptions default_options)
public ScalarAggregateFunction(@StdString String name, @Const @ByRef Arity arity, @Const FunctionDoc doc)
public ScalarAggregateFunction(@StdString BytePointer name, @Const @ByRef Arity arity, @Const FunctionDoc doc, @Const FunctionOptions default_options)
public ScalarAggregateFunction(@StdString BytePointer name, @Const @ByRef Arity arity, @Const FunctionDoc doc)
@ByVal public Status AddKernel(@ByVal ScalarAggregateKernel kernel)
@ByVal @Cast(value="arrow::Result<const arrow::compute::Kernel*>*") public KernelResult DispatchExact(@Const @ByRef ValueDescrVector values)
FunctionDispatchExact in class FunctionCopyright © 2021. All rights reserved.