@Namespace(value="arrow::compute") @Properties(inherit=arrow.class) public class MetaFunction extends Function
Function.KindPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
MetaFunction(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
KernelResult |
DispatchExact(ValueDescrVector arg0)
\brief Return a kernel that can execute the function given the exact
argument types (without implicit type casts or scalar->array promotions).
|
DatumResult |
Execute(DatumVector args,
FunctionOptions options,
ExecContext ctx)
\brief Execute the function eagerly with the passed input arguments with
kernel dispatch, batch iteration, and memory allocation details taken
care of.
|
int |
num_kernels()
\brief Returns the number of registered kernels for this function.
|
arity, default_options, doc, kind, name, Validateaddress, 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, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic MetaFunction(Pointer p)
Pointer(Pointer).public int num_kernels()
Functionnum_kernels in class Function@ByVal public DatumResult Execute(@Const @ByRef DatumVector args, @Const FunctionOptions options, ExecContext ctx)
Functionoptions pointer is null, then default_options() will be used.
This function can be overridden in subclasses.@ByVal @Cast(value="arrow::Result<const arrow::compute::Kernel*>*") public KernelResult DispatchExact(@Const @ByRef ValueDescrVector arg0)
FunctionDispatchExact in class FunctionCopyright © 2021. All rights reserved.