@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class ScalarAggregateKernel extends Kernel
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ScalarAggregateKernel() |
ScalarAggregateKernel(InputType in_types,
OutputType out_type,
Pointer init,
Pointer consume,
Pointer merge,
Pointer _finalize) |
ScalarAggregateKernel(KernelSignature sig,
Pointer init,
Pointer consume,
Pointer merge,
Pointer _finalize) |
ScalarAggregateKernel(long size)
Native array allocator.
|
ScalarAggregateKernel(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Pointer |
_finalize() |
ScalarAggregateKernel |
_finalize(Pointer setter) |
Pointer |
consume() |
ScalarAggregateKernel |
consume(Pointer setter) |
ScalarAggregateKernel |
getPointer(long i) |
Pointer |
merge() |
ScalarAggregateKernel |
merge(Pointer setter) |
ScalarAggregateKernel |
position(long position) |
init, init, parallelizable, parallelizable, signature, signature, simd_level, simd_leveladdress, 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 ScalarAggregateKernel(Pointer p)
Pointer(Pointer).public ScalarAggregateKernel(long size)
Pointer.position(long).public ScalarAggregateKernel()
public ScalarAggregateKernel(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::compute::KernelSignature>"}) KernelSignature sig, @ByVal @Cast(value="arrow::compute::KernelInit*") Pointer init, @ByVal @Cast(value="arrow::compute::ScalarAggregateConsume*") Pointer consume, @ByVal @Cast(value="arrow::compute::ScalarAggregateMerge*") Pointer merge, @ByVal @Cast(value="arrow::compute::ScalarAggregateFinalize*") Pointer _finalize)
public ScalarAggregateKernel(@StdVector InputType in_types, @ByVal OutputType out_type, @ByVal @Cast(value="arrow::compute::KernelInit*") Pointer init, @ByVal @Cast(value="arrow::compute::ScalarAggregateConsume*") Pointer consume, @ByVal @Cast(value="arrow::compute::ScalarAggregateMerge*") Pointer merge, @ByVal @Cast(value="arrow::compute::ScalarAggregateFinalize*") Pointer _finalize)
public ScalarAggregateKernel position(long position)
public ScalarAggregateKernel getPointer(long i)
getPointer in class Kernelpublic ScalarAggregateKernel consume(Pointer setter)
public ScalarAggregateKernel merge(Pointer setter)
@ByRef @Cast(value="arrow::compute::ScalarAggregateFinalize*") @Name(value="finalize") public Pointer _finalize()
public ScalarAggregateKernel _finalize(Pointer setter)
Copyright © 2021. All rights reserved.