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