@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class RoundOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
RoundOptions() |
RoundOptions(long size)
Native array allocator.
|
RoundOptions(long ndigits,
arrow.RoundMode round_mode) |
RoundOptions(long ndigits,
byte round_mode) |
RoundOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static RoundOptions |
Defaults() |
RoundOptions |
getPointer(long i) |
static String |
kTypeName() |
static byte |
kTypeName(int i) |
long |
ndigits()
Rounding precision (number of digits to round to)
|
RoundOptions |
ndigits(long setter) |
RoundOptions |
position(long position) |
arrow.RoundMode |
round_mode()
Rounding and tie-breaking mode
|
RoundOptions |
round_mode(arrow.RoundMode 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 RoundOptions(Pointer p)
Pointer(Pointer).public RoundOptions(long size)
Pointer.position(long).public RoundOptions(@Cast(value="int64_t") long ndigits, arrow.RoundMode round_mode)
public RoundOptions()
public RoundOptions position(long position)
public RoundOptions getPointer(long i)
getPointer in class Pointer@MemberGetter public static byte kTypeName(int i)
@MemberGetter public static String kTypeName()
@ByVal public static RoundOptions Defaults()
@Cast(value="int64_t") public long ndigits()
public RoundOptions ndigits(long setter)
public arrow.RoundMode round_mode()
public RoundOptions round_mode(arrow.RoundMode setter)
Copyright © 2022. All rights reserved.