Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
static DateTimeRoundingFrequency |
DateTimeRoundingFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeRoundingFrequency[] |
DateTimeRoundingFrequency.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.dateTimeCeil(DateTimeRoundingFrequency freq)
Round the timestamp up to the given frequency keeping the type the same.
|
ColumnVector |
ColumnView.dateTimeFloor(DateTimeRoundingFrequency freq)
Round the timestamp down to the given frequency keeping the type the same.
|
ColumnVector |
ColumnView.dateTimeRound(DateTimeRoundingFrequency freq)
Round the timestamp (half up) to the given frequency keeping the type the same.
|
Copyright © 2024. All rights reserved.