@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class PartitionNthOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
PartitionNthOptions() |
PartitionNthOptions(long pivot) |
PartitionNthOptions(long pivot,
arrow.NullPlacement null_placement) |
PartitionNthOptions(long pivot,
int null_placement) |
PartitionNthOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
kTypeName() |
static byte |
kTypeName(int i) |
arrow.NullPlacement |
null_placement()
Whether nulls and NaNs are partitioned at the start or at the end
|
PartitionNthOptions |
null_placement(arrow.NullPlacement setter) |
long |
pivot()
The index into the equivalent sorted array of the partition pivot element.
|
PartitionNthOptions |
pivot(long 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, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic PartitionNthOptions(Pointer p)
Pointer(Pointer).public PartitionNthOptions(@Cast(value="int64_t") long pivot, arrow.NullPlacement null_placement)
public PartitionNthOptions(@Cast(value="int64_t") long pivot, @Cast(value="arrow::compute::NullPlacement") int null_placement)
public PartitionNthOptions()
@MemberGetter public static byte kTypeName(int i)
@MemberGetter public static String kTypeName()
@Cast(value="int64_t") public long pivot()
public PartitionNthOptions pivot(long setter)
public arrow.NullPlacement null_placement()
public PartitionNthOptions null_placement(arrow.NullPlacement setter)
Copyright © 2022. All rights reserved.