@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class ExecContext extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ExecContext() |
ExecContext(long size)
Native array allocator.
|
ExecContext(MemoryPool pool,
FunctionRegistry func_registry) |
ExecContext(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CpuInfo |
cpu_info() |
long |
exec_chunksize() |
FunctionRegistry |
func_registry()
\brief The FunctionRegistry for looking up functions by name and
selecting kernels for execution.
|
ExecContext |
getPointer(long i) |
MemoryPool |
memory_pool()
\brief The MemoryPool used for allocations, default is
default_memory_pool().
|
ExecContext |
position(long position) |
boolean |
preallocate_contiguous()
\brief If contiguous preallocations should be used when doing chunked
execution as specified by exec_chunksize().
|
void |
set_exec_chunksize(long chunksize) |
void |
set_preallocate_contiguous(boolean preallocate) |
void |
set_use_threads() |
void |
set_use_threads(boolean use_threads)
\brief Set whether to use multiple threads for function execution.
|
boolean |
use_threads()
\brief If true, then utilize multiple threads where relevant for function
execution.
|
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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic ExecContext(Pointer p)
Pointer(Pointer).public ExecContext(long size)
Pointer.position(long).public ExecContext(MemoryPool pool, FunctionRegistry func_registry)
public ExecContext()
public ExecContext position(long position)
public ExecContext getPointer(long i)
getPointer in class Pointerpublic MemoryPool memory_pool()
public CpuInfo cpu_info()
public FunctionRegistry func_registry()
public void set_use_threads(@Cast(value="bool") boolean use_threads)
public void set_use_threads()
@Cast(value="bool") public boolean use_threads()
public void set_preallocate_contiguous(@Cast(value="bool") boolean preallocate)
Copyright © 2021. All rights reserved.