@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class ArraySortOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ArraySortOptions() |
ArraySortOptions(arrow.SortOrder order,
arrow.NullPlacement null_placement) |
ArraySortOptions(int order,
int null_placement) |
ArraySortOptions(long size)
Native array allocator.
|
ArraySortOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ArraySortOptions |
Defaults() |
ArraySortOptions |
getPointer(long i) |
static String |
kTypeName() |
static byte |
kTypeName(int i) |
arrow.NullPlacement |
null_placement()
Whether nulls and NaNs are placed at the start or at the end
|
ArraySortOptions |
null_placement(arrow.NullPlacement setter) |
arrow.SortOrder |
order()
Sorting order
|
ArraySortOptions |
order(arrow.SortOrder setter) |
ArraySortOptions |
position(long position) |
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 ArraySortOptions(Pointer p)
Pointer(Pointer).public ArraySortOptions(long size)
Pointer.position(long).public ArraySortOptions(arrow.SortOrder order, arrow.NullPlacement null_placement)
public ArraySortOptions()
public ArraySortOptions position(long position)
public ArraySortOptions getPointer(long i)
getPointer in class Pointer@MemberGetter public static byte kTypeName(int i)
@MemberGetter public static String kTypeName()
@ByVal public static ArraySortOptions Defaults()
public arrow.SortOrder order()
public ArraySortOptions order(arrow.SortOrder setter)
public arrow.NullPlacement null_placement()
public ArraySortOptions null_placement(arrow.NullPlacement setter)
Copyright © 2022. All rights reserved.