@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class ScalarKernel extends ArrayKernel
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ScalarKernel() |
ScalarKernel(InputType in_types,
OutputType out_type,
Pointer exec) |
ScalarKernel(InputType in_types,
OutputType out_type,
Pointer exec,
Pointer init) |
ScalarKernel(KernelSignature sig,
Pointer exec) |
ScalarKernel(KernelSignature sig,
Pointer exec,
Pointer init) |
ScalarKernel(long size)
Native array allocator.
|
ScalarKernel(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ScalarKernel |
getPointer(long i) |
MemAllocation.type |
mem_allocation() |
ScalarKernel |
mem_allocation(MemAllocation.type setter) |
NullHandling.type |
null_handling() |
ScalarKernel |
null_handling(NullHandling.type setter) |
ScalarKernel |
position(long position) |
can_write_into_slices, can_write_into_slices, exec, execinit, 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 ScalarKernel()
public ScalarKernel(@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 ScalarKernel(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::compute::KernelSignature>"}) KernelSignature sig, @ByVal @Cast(value="arrow::compute::ArrayKernelExec*") Pointer exec)
public ScalarKernel(@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 ScalarKernel(@StdVector InputType in_types, @ByVal OutputType out_type, @ByVal @Cast(value="arrow::compute::ArrayKernelExec*") Pointer exec)
public ScalarKernel(Pointer p)
Pointer(Pointer).public ScalarKernel(long size)
Pointer.position(long).public ScalarKernel position(long position)
position in class ArrayKernelpublic ScalarKernel getPointer(long i)
getPointer in class ArrayKernelpublic NullHandling.type null_handling()
public ScalarKernel null_handling(NullHandling.type setter)
public MemAllocation.type mem_allocation()
public ScalarKernel mem_allocation(MemAllocation.type setter)
Copyright © 2021. All rights reserved.