@Namespace(value="gandiva") @Properties(inherit=gandiva.class) public class DecimalScalar128 extends BasicDecimalScalar128
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
DecimalScalar128(BasicDecimal128 value,
int precision,
int scale) |
DecimalScalar128(BasicDecimalScalar128 scalar)
\brief constructor creates a DecimalScalar128 from a BasicDecimalScalar128.
|
DecimalScalar128(BytePointer value,
int precision,
int scale) |
DecimalScalar128(int precision,
int scale) |
DecimalScalar128(long high_bits,
long low_bits,
int precision,
int scale) |
DecimalScalar128(Pointer p)
Pointer cast constructor.
|
DecimalScalar128(String value,
int precision,
int scale) |
Modifier and Type | Method and Description |
---|---|
String |
ToString() |
precision, scale, value
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public DecimalScalar128(@Cast(value="int64_t") long high_bits, @Cast(value="uint64_t") long low_bits, int precision, int scale)
public DecimalScalar128(@Const @ByRef BasicDecimal128 value, int precision, int scale)
public DecimalScalar128(int precision, int scale)
public DecimalScalar128(Pointer p)
Pointer(Pointer)
.public DecimalScalar128(@StdString String value, int precision, int scale)
public DecimalScalar128(@StdString BytePointer value, int precision, int scale)
public DecimalScalar128(@Const @ByRef BasicDecimalScalar128 scalar)
@StdString public String ToString()
Copyright © 2022. All rights reserved.