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