Uses of Enum Class
com.dataai.etl.spark.functions.RankMode
-
Uses of RankMode in com.dataai.etl.spark.functions
Methods in com.dataai.etl.spark.functions that return RankModeModifier and TypeMethodDescriptionstatic RankModeReturns the enum constant of this class with the specified name.static RankMode[]RankMode.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 RankModeModifier and TypeMethodDescriptionstatic org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>AnalyticsFunctions.ranking(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> input, String rankField, List<String> withinGroupFields, String valueField, Aggregation aggregation, RankMode mode, int limitPerGroup)