| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
Decimal256 |
Decimal256Pair.first() |
Decimal256 |
Decimal256.getPointer(long i) |
Decimal256 |
Decimal256Result.MoveValueUnsafe() |
Decimal256 |
Decimal256Result.multiply() |
Decimal256 |
Decimal256.position(long position) |
Decimal256 |
Decimal256Pair.second() |
Decimal256 |
Decimal256Scalar.value() |
Decimal256 |
Decimal256Result.ValueOrDie()
Gets a mutable reference to the stored
T value. |
Decimal256 |
Decimal256Result.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
Decimal256Builder.Append(Decimal256 val) |
Decimal256PairResult |
Decimal256.Divide(Decimal256 divisor)
Divide this number by right and return the result.
|
Decimal256Pair |
Decimal256Pair.first(Decimal256 first) |
static Status |
Decimal256.FromString(BytePointer s,
Decimal256 out,
int[] precision) |
static Status |
Decimal256.FromString(BytePointer s,
Decimal256 out,
int[] precision,
int[] scale) |
static Status |
Decimal256.FromString(BytePointer s,
Decimal256 out,
IntBuffer precision) |
static Status |
Decimal256.FromString(BytePointer s,
Decimal256 out,
IntBuffer precision,
IntBuffer scale) |
static Status |
Decimal256.FromString(BytePointer s,
Decimal256 out,
IntPointer precision) |
static Status |
Decimal256.FromString(BytePointer s,
Decimal256 out,
IntPointer precision,
IntPointer scale) |
static Status |
Decimal256.FromString(String s,
Decimal256 out,
int[] precision) |
static Status |
Decimal256.FromString(String s,
Decimal256 out,
int[] precision,
int[] scale) |
static Status |
Decimal256.FromString(String s,
Decimal256 out,
IntBuffer precision) |
static Status |
Decimal256.FromString(String s,
Decimal256 out,
IntBuffer precision,
IntBuffer scale) |
static Status |
Decimal256.FromString(String s,
Decimal256 out,
IntPointer precision) |
static Status |
Decimal256.FromString(String s,
Decimal256 out,
IntPointer precision,
IntPointer scale)
\brief Convert a decimal string to a Decimal256 value, optionally including
precision and scale if they're passed in and not null.
|
Decimal256Pair |
Decimal256Pair.put(Decimal256 firstValue,
Decimal256 secondValue) |
Decimal256Pair |
Decimal256Pair.second(Decimal256 second) |
void |
Decimal256Builder.UnsafeAppend(Decimal256 val) |
Decimal256Scalar |
Decimal256Scalar.value(Decimal256 setter) |
| Constructor and Description |
|---|
Decimal256Pair(Decimal256 firstValue,
Decimal256 secondValue) |
Decimal256Result(Decimal256 value)
Constructs a Result object that contains
value. |
Decimal256Scalar(Decimal256 value,
DataType type) |
Copyright © 2021. All rights reserved.