@Namespace(value="arrow::dataset") @Properties(inherit=arrow_dataset.class) public class ScanContext extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ScanContext()
Default native constructor.
|
ScanContext(long size)
Native array allocator.
|
ScanContext(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ScanContext |
getPointer(long i) |
MemoryPool |
pool()
A pool from which materialized and scanned arrays will be allocated.
|
ScanContext |
pool(MemoryPool setter) |
ScanContext |
position(long position) |
TaskGroup |
TaskGroup()
Return a threaded or serial TaskGroup according to use_threads.
|
boolean |
use_threads()
Indicate if the Scanner should make use of a ThreadPool.
|
ScanContext |
use_threads(boolean 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 ScanContext()
public ScanContext(long size)
Pointer.position(long).public ScanContext(Pointer p)
Pointer(Pointer).public ScanContext position(long position)
public ScanContext getPointer(long i)
getPointer in class Pointerpublic MemoryPool pool()
public ScanContext pool(MemoryPool setter)
@Cast(value="bool") public boolean use_threads()
public ScanContext use_threads(boolean setter)
@SharedPtr public TaskGroup TaskGroup()
Copyright © 2021. All rights reserved.