@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class ArrayKernel extends Kernel
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ArrayKernel() |
ArrayKernel(InputType in_types,
OutputType out_type,
Pointer exec) |
ArrayKernel(InputType in_types,
OutputType out_type,
Pointer exec,
Pointer init) |
ArrayKernel(KernelSignature sig,
Pointer exec) |
ArrayKernel(KernelSignature sig,
Pointer exec,
Pointer init) |
ArrayKernel(long size)
Native array allocator.
|
ArrayKernel(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
can_write_into_slices()
\brief Writing execution results into larger contiguous allocations
requires that the kernel be able to write into sliced output ArrayData*,
including sliced output validity bitmaps.
|
ArrayKernel |
can_write_into_slices(boolean setter) |
Pointer |
exec()
\brief Perform a single invocation of this kernel.
|
ArrayKernel |
exec(Pointer setter) |
ArrayKernel |
getPointer(long i) |
ArrayKernel |
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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic ArrayKernel(Pointer p)
Pointer(Pointer).public ArrayKernel(long size)
Pointer.position(long).public ArrayKernel()
public ArrayKernel(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::compute::KernelSignature>"}) KernelSignature sig, @ByVal @Cast(value="arrow::compute::ArrayKernelExec*") Pointer exec, @ByVal(nullValue="arrow::compute::KernelInit(nullptr)") @Cast(value="arrow::compute::KernelInit*") Pointer init)
public ArrayKernel(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::compute::KernelSignature>"}) KernelSignature sig, @ByVal @Cast(value="arrow::compute::ArrayKernelExec*") Pointer exec)
public ArrayKernel(@StdVector InputType in_types, @ByVal OutputType out_type, @ByVal @Cast(value="arrow::compute::ArrayKernelExec*") Pointer exec, @ByVal(nullValue="arrow::compute::KernelInit(nullptr)") @Cast(value="arrow::compute::KernelInit*") Pointer init)
public ArrayKernel(@StdVector InputType in_types, @ByVal OutputType out_type, @ByVal @Cast(value="arrow::compute::ArrayKernelExec*") Pointer exec)
public ArrayKernel position(long position)
public ArrayKernel getPointer(long i)
getPointer in class Kernel@ByRef @Cast(value="arrow::compute::ArrayKernelExec*") public Pointer exec()
public ArrayKernel exec(Pointer setter)
@Cast(value="bool") public boolean can_write_into_slices()
public ArrayKernel can_write_into_slices(boolean setter)
Copyright © 2021. All rights reserved.