@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class IndexOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
IndexOptions() |
IndexOptions(long size)
Native array allocator.
|
IndexOptions(Pointer p)
Pointer cast constructor.
|
IndexOptions(Scalar value) |
| Modifier and Type | Method and Description |
|---|---|
IndexOptions |
getPointer(long i) |
static String |
kTypeName() |
static byte |
kTypeName(int i) |
IndexOptions |
position(long position) |
Scalar |
value() |
IndexOptions |
value(Scalar setter) |
Copy, Deserialize, Deserialize, Equals, options_type, Serialize, ToString, type_nameaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, 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 IndexOptions(Pointer p)
Pointer(Pointer).public IndexOptions(long size)
Pointer.position(long).public IndexOptions(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Scalar>"}) Scalar value)
public IndexOptions()
public IndexOptions position(long position)
public IndexOptions getPointer(long i)
getPointer in class Pointer@MemberGetter public static byte kTypeName(int i)
@MemberGetter public static String kTypeName()
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Scalar>"}) public Scalar value()
public IndexOptions value(Scalar setter)
Copyright © 2022. All rights reserved.