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