Uses of Class
in.zapr.druid.druidry.query.config.GroupByStrategy
-
Packages that use GroupByStrategy Package Description in.zapr.druid.druidry.query.config -
-
Uses of GroupByStrategy in in.zapr.druid.druidry.query.config
Methods in in.zapr.druid.druidry.query.config that return GroupByStrategy Modifier and Type Method Description static GroupByStrategyGroupByStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupByStrategy[]GroupByStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-