@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class SortOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SortOptions() |
SortOptions(long size)
Native array allocator.
|
SortOptions(Pointer p)
Pointer cast constructor.
|
SortOptions(SortKey sort_keys,
arrow.NullPlacement null_placement) |
SortOptions(SortKey sort_keys,
int null_placement) |
| Modifier and Type | Method and Description |
|---|---|
static SortOptions |
Defaults() |
SortOptions |
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
|
SortOptions |
null_placement(arrow.NullPlacement setter) |
SortOptions |
position(long position) |
SortKey |
sort_keys()
Column key(s) to order by and how to order by these sort keys.
|
SortOptions |
sort_keys(SortKey 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 SortOptions(Pointer p)
Pointer(Pointer).public SortOptions(long size)
Pointer.position(long).public SortOptions(@StdVector SortKey sort_keys, arrow.NullPlacement null_placement)
public SortOptions()
public SortOptions(@StdVector SortKey sort_keys, @Cast(value="arrow::compute::NullPlacement") int null_placement)
public SortOptions position(long position)
public SortOptions getPointer(long i)
getPointer in class Pointer@MemberGetter public static byte kTypeName(int i)
@MemberGetter public static String kTypeName()
@ByVal public static SortOptions Defaults()
@StdVector public SortKey sort_keys()
public SortOptions sort_keys(SortKey setter)
public arrow.NullPlacement null_placement()
public SortOptions null_placement(arrow.NullPlacement setter)
Copyright © 2022. All rights reserved.