@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class Kernel extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Kernel() |
Kernel(InputType in_types,
OutputType out_type,
Pointer init) |
Kernel(KernelSignature sig,
Pointer init) |
Kernel(long size)
Native array allocator.
|
Kernel(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Kernel |
getPointer(long i) |
Pointer |
init()
\brief Create a new KernelState for invocations of this kernel, e.g.
|
Kernel |
init(Pointer setter) |
boolean |
parallelizable()
\brief Indicates whether execution can benefit from parallelization
(splitting large chunks into smaller chunks and using multiple
threads).
|
Kernel |
parallelizable(boolean setter) |
Kernel |
position(long position) |
KernelSignature |
signature()
\brief The "signature" of the kernel containing the InputType input
argument validators and OutputType output type and shape resolver.
|
Kernel |
signature(KernelSignature setter) |
SimdLevel.type |
simd_level()
\brief Indicates the level of SIMD instruction support in the host CPU is
required to use the function.
|
Kernel |
simd_level(SimdLevel.type setter) |
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, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Kernel(Pointer p)
Pointer(Pointer).public Kernel(long size)
Pointer.position(long).public Kernel()
public Kernel(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::compute::KernelSignature>"}) KernelSignature sig, @ByVal @Cast(value="arrow::compute::KernelInit*") Pointer init)
public Kernel(@StdVector InputType in_types, @ByVal OutputType out_type, @ByVal @Cast(value="arrow::compute::KernelInit*") Pointer init)
public Kernel getPointer(long i)
getPointer in class Pointer@SharedPtr @Cast(value={"","std::shared_ptr<arrow::compute::KernelSignature>"}) public KernelSignature signature()
public Kernel signature(KernelSignature setter)
@ByRef @Cast(value="arrow::compute::KernelInit*") public Pointer init()
@Cast(value="bool") public boolean parallelizable()
public Kernel parallelizable(boolean setter)
public SimdLevel.type simd_level()
public Kernel simd_level(SimdLevel.type setter)
Copyright © 2021. All rights reserved.