@Namespace(value="gandiva") @NoOffset @Properties(inherit=gandiva.class) public class BasicDecimalScalar128 extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
BasicDecimalScalar128(BasicDecimal128 value,
int precision,
int scale) |
BasicDecimalScalar128(int precision,
int scale) |
BasicDecimalScalar128(long high_bits,
long low_bits,
int precision,
int scale) |
BasicDecimalScalar128(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
precision() |
int |
scale() |
BasicDecimal128 |
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 BasicDecimalScalar128(Pointer p)
Pointer(Pointer)
.public BasicDecimalScalar128(@Cast(value="int64_t") long high_bits, @Cast(value="uint64_t") long low_bits, int precision, int scale)
public BasicDecimalScalar128(@Const @ByRef BasicDecimal128 value, int precision, int scale)
public BasicDecimalScalar128(int precision, int scale)
public int scale()
public int precision()
@Const @ByRef public BasicDecimal128 value()
Copyright © 2022. All rights reserved.