Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
static RoundMode |
RoundMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoundMode[] |
RoundMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ColumnVector |
ColumnView.round(int decimalPlaces,
RoundMode mode)
Rounds all the values in a column to the specified number of decimal places.
|
ColumnVector |
ColumnView.round(RoundMode round)
Rounds all the values in a column with decimal places = 0.
|
Copyright © 2024. All rights reserved.