@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 |
|---|---|
MemoryPool |
pool() |
ScanContext |
pool(MemoryPool setter) |
ScanContext |
position(long position) |
ThreadPool |
thread_pool() |
ScanContext |
thread_pool(ThreadPool setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic ScanContext()
public ScanContext(long size)
Pointer.position(long).public ScanContext(Pointer p)
Pointer.Pointer(Pointer).public ScanContext position(long position)
public MemoryPool pool()
public ScanContext pool(MemoryPool setter)
public ThreadPool thread_pool()
public ScanContext thread_pool(ThreadPool setter)
Copyright © 2020. All rights reserved.