@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class TakeOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
TakeOptions() |
TakeOptions(boolean boundscheck) |
TakeOptions(long size)
Native array allocator.
|
TakeOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
boundscheck() |
static TakeOptions |
BoundsCheck() |
TakeOptions |
boundscheck(boolean setter) |
static TakeOptions |
Defaults() |
TakeOptions |
getPointer(long i) |
static TakeOptions |
NoBoundsCheck() |
TakeOptions |
position(long position) |
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 TakeOptions(Pointer p)
Pointer(Pointer).public TakeOptions(long size)
Pointer.position(long).public TakeOptions()
public TakeOptions position(long position)
position in class FunctionOptionspublic TakeOptions getPointer(long i)
getPointer in class FunctionOptionspublic TakeOptions boundscheck(boolean setter)
@ByVal public static TakeOptions BoundsCheck()
@ByVal public static TakeOptions NoBoundsCheck()
@ByVal public static TakeOptions Defaults()
Copyright © 2021. All rights reserved.