@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class SelectKOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SelectKOptions() |
SelectKOptions(long size)
Native array allocator.
|
SelectKOptions(long k,
SortKey sort_keys) |
SelectKOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static SelectKOptions |
BottomKDefault(long k) |
static SelectKOptions |
BottomKDefault(long k,
StringVector key_names) |
static SelectKOptions |
Defaults() |
SelectKOptions |
getPointer(long i) |
long |
k()
The number of
k elements to keep. |
SelectKOptions |
k(long setter) |
static String |
kTypeName() |
static byte |
kTypeName(int i) |
SelectKOptions |
position(long position) |
SortKey |
sort_keys()
Column key(s) to order by and how to order by these sort keys.
|
SelectKOptions |
sort_keys(SortKey setter) |
static SelectKOptions |
TopKDefault(long k) |
static SelectKOptions |
TopKDefault(long k,
StringVector key_names) |
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 SelectKOptions(Pointer p)
Pointer(Pointer).public SelectKOptions(long size)
Pointer.position(long).public SelectKOptions(@Cast(value="int64_t") long k, @StdVector SortKey sort_keys)
public SelectKOptions()
public SelectKOptions position(long position)
public SelectKOptions getPointer(long i)
getPointer in class Pointer@MemberGetter public static byte kTypeName(int i)
@MemberGetter public static String kTypeName()
@ByVal public static SelectKOptions Defaults()
@ByVal public static SelectKOptions TopKDefault(@Cast(value="int64_t") long k, @ByVal(nullValue="std::vector<std::string>{}") StringVector key_names)
@ByVal public static SelectKOptions TopKDefault(@Cast(value="int64_t") long k)
@ByVal public static SelectKOptions BottomKDefault(@Cast(value="int64_t") long k, @ByVal(nullValue="std::vector<std::string>{}") StringVector key_names)
@ByVal public static SelectKOptions BottomKDefault(@Cast(value="int64_t") long k)
public SelectKOptions k(long setter)
@StdVector public SortKey sort_keys()
public SelectKOptions sort_keys(SortKey setter)
Copyright © 2022. All rights reserved.