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 DateTimeRoundingFrequencyReturns 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 ColumnVectorColumnView.dateTimeCeil(DateTimeRoundingFrequency freq) Round the timestamp up to the given frequency keeping the type the same.final ColumnVectorColumnView.dateTimeFloor(DateTimeRoundingFrequency freq) Round the timestamp down to the given frequency keeping the type the same.final ColumnVectorColumnView.dateTimeRound(DateTimeRoundingFrequency freq) Round the timestamp (half up) to the given frequency keeping the type the same.