Uses of Enum Class
com.dataai.etl.spark.functions.RollingOperation
-
Uses of RollingOperation in com.dataai.etl.spark.functions
Methods in com.dataai.etl.spark.functions that return RollingOperationModifier and TypeMethodDescriptionstatic RollingOperationReturns the enum constant of this class with the specified name.static RollingOperation[]RollingOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.dataai.etl.spark.functions with parameters of type RollingOperationModifier and TypeMethodDescriptionstatic org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>TimeSeriesFunctions.rolling(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> input, List<String> groupFields, String dateField, TimePeriod period, String valueField, Aggregation aggregation, int windowPeriods, RollingOperation operation)