Uses of Enum
ai.rapids.cudf.DateTimeRoundingFrequency
Packages that use DateTimeRoundingFrequency
-
Uses of DateTimeRoundingFrequency in ai.rapids.cudf
Methods in ai.rapids.cudf that return DateTimeRoundingFrequencyModifier and TypeMethodDescriptionstatic DateTimeRoundingFrequency
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.Methods in ai.rapids.cudf with parameters of type DateTimeRoundingFrequencyModifier and TypeMethodDescriptionfinal ColumnVector
ColumnView.dateTimeCeil
(DateTimeRoundingFrequency freq) Round the timestamp up to the given frequency keeping the type the same.final ColumnVector
ColumnView.dateTimeFloor
(DateTimeRoundingFrequency freq) Round the timestamp down to the given frequency keeping the type the same.final ColumnVector
ColumnView.dateTimeRound
(DateTimeRoundingFrequency freq) Round the timestamp (half up) to the given frequency keeping the type the same.