Uses of Enum Class
com.dataai.etl.spark.functions.TimePeriod
-
Uses of TimePeriod in com.dataai.etl.spark.functions
Methods in com.dataai.etl.spark.functions that return TimePeriodModifier and TypeMethodDescriptionstatic TimePeriodReturns the enum constant of this class with the specified name.static TimePeriod[]TimePeriod.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 TimePeriodModifier and TypeMethodDescriptionstatic org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>BusinessFunctions.cohort(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> input, String entityField, String activityDateField, String valueField, TimePeriod period) static org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>MarketFunctions.demand(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> input, List<String> dimensionFields, String valueField, String dateField, TimePeriod period, double assumptionPercent) static 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) static org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>TimeSeriesFunctions.summarize(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> input, List<String> groupFields, String dateField, TimePeriod period, String valueField, Aggregation aggregation)