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