| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
arrow.DecimalStatus |
BasicDecimal128.Divide(BasicDecimal128 divisor,
BasicDecimal128 result,
BasicDecimal128 remainder)
Divide this number by right and return the result.
|
arrow.DecimalStatus |
BasicDecimal256.Divide(BasicDecimal256 divisor,
BasicDecimal256 result,
BasicDecimal256 remainder)
Divide this number by right and return the result.
|
arrow.DecimalStatus |
BasicDecimal128.Rescale(int original_scale,
int new_scale,
BasicDecimal128 out)
\brief Convert BasicDecimal128 from one scale to another
|
arrow.DecimalStatus |
BasicDecimal256.Rescale(int original_scale,
int new_scale,
BasicDecimal256 out)
\brief Convert BasicDecimal128 from one scale to another
|
| Modifier and Type | Method and Description |
|---|---|
arrow.DecimalStatus |
arrow.DecimalStatus.intern() |
static arrow.DecimalStatus |
arrow.DecimalStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.DecimalStatus[] |
arrow.DecimalStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.