@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class SortKey extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SortKey(BytePointer name) |
SortKey(BytePointer name,
int order) |
SortKey(Pointer p)
Pointer cast constructor.
|
SortKey(String name) |
SortKey(String name,
arrow.SortOrder order) |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
The name of the sort column.
|
SortKey |
name(String setter) |
arrow.SortOrder |
order()
How to order by this sort key.
|
SortKey |
order(arrow.SortOrder setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, 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 SortKey(Pointer p)
Pointer(Pointer).public SortKey(@StdString String name, arrow.SortOrder order)
public SortKey(@StdString String name)
public SortKey(@StdString BytePointer name, @Cast(value="arrow::compute::SortOrder") int order)
public SortKey(@StdString BytePointer name)
@StdString public String name()
public arrow.SortOrder order()
public SortKey order(arrow.SortOrder setter)
Copyright © 2021. All rights reserved.