| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
Decimal128Pair |
Decimal128Pair.first(Decimal128 first) |
Decimal128Pair |
Decimal128PairResult.MoveValueUnsafe() |
Decimal128Pair |
Decimal128PairResult.multiply() |
Decimal128Pair |
Decimal128Pair.put(Decimal128 firstValue,
Decimal128 secondValue) |
Decimal128Pair |
Decimal128Pair.put(Decimal128Pair x) |
Decimal128Pair |
Decimal128Pair.second(Decimal128 second) |
Decimal128Pair |
Decimal128PairResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
Decimal128Pair |
Decimal128PairResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
Decimal128Pair |
Decimal128Pair.put(Decimal128Pair x) |
| Constructor and Description |
|---|
Decimal128PairResult(Decimal128Pair value)
Constructs a Result object that contains
value. |
Copyright © 2021. All rights reserved.