@Namespace(value="arrow::compute") @Properties(inherit=arrow.class) public class KernelInitArgs extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
KernelInitArgs(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ValueDescrVector |
inputs()
\brief The types and shapes of the input arguments that the kernel is
about to be executed against.
|
Kernel |
kernel()
\brief A pointer to the kernel being initialized.
|
KernelInitArgs |
kernel(Kernel setter) |
FunctionOptions |
options()
\brief Opaque options specific to this kernel.
|
KernelInitArgs |
options(FunctionOptions setter) |
address, 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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic KernelInitArgs(Pointer p)
Pointer(Pointer).@Const public Kernel kernel()
public KernelInitArgs kernel(Kernel setter)
@MemberGetter @Const @ByRef public ValueDescrVector inputs()
@Const public FunctionOptions options()
public KernelInitArgs options(FunctionOptions setter)
Copyright © 2021. All rights reserved.