@NoOffset @Name(value="std::pair<arrow::Decimal128,arrow::Decimal128>") @Properties(inherit=arrow.class) public class Decimal128Pair extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Decimal128Pair() |
Decimal128Pair(Decimal128 firstValue,
Decimal128 secondValue) |
Decimal128Pair(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Decimal128 |
first() |
Decimal128Pair |
first(Decimal128 first) |
Decimal128Pair |
put(Decimal128 firstValue,
Decimal128 secondValue) |
Decimal128Pair |
put(Decimal128Pair x) |
Decimal128 |
second() |
Decimal128Pair |
second(Decimal128 second) |
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, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Decimal128Pair(Pointer p)
Pointer(Pointer).public Decimal128Pair(Decimal128 firstValue, Decimal128 secondValue)
public Decimal128Pair()
@Name(value="operator =") @ByRef public Decimal128Pair put(@ByRef Decimal128Pair x)
@MemberGetter @ByRef public Decimal128 first()
public Decimal128Pair first(Decimal128 first)
@MemberGetter @ByRef public Decimal128 second()
public Decimal128Pair second(Decimal128 second)
public Decimal128Pair put(Decimal128 firstValue, Decimal128 secondValue)
Copyright © 2021. All rights reserved.