| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
static Decimal256Result |
Decimal256.FromBigEndian(byte[] data,
int length) |
static Decimal256Result |
Decimal256.FromBigEndian(ByteBuffer data,
int length) |
static Decimal256Result |
Decimal256.FromBigEndian(BytePointer data,
int length)
\brief Convert from a big-endian byte representation.
|
static Decimal256Result |
Decimal256.FromString(BytePointer s) |
static Decimal256Result |
Decimal256.FromString(String s) |
Decimal256Result |
Decimal256Result.getPointer(long i) |
Decimal256Result |
Decimal256Result.position(long position) |
Decimal256Result |
Decimal256Result.put(Decimal256Result other)
Copy-assignment operator.
|
Decimal256Result |
Decimal256.Rescale(int original_scale,
int new_scale)
\brief Convert Decimal256 from one scale to another
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Decimal256Result.Equals(Decimal256Result other)
Compare to another Result.
|
Decimal256Result |
Decimal256Result.put(Decimal256Result other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
Decimal256Result(Decimal256Result other)
Copy constructor.
|
Copyright © 2021. All rights reserved.