Uses of Class
io.trino.plugin.hive.util.Statistics.ReduceOperator
-
Packages that use Statistics.ReduceOperator Package Description io.trino.plugin.hive.util -
-
Uses of Statistics.ReduceOperator in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util that return Statistics.ReduceOperator Modifier and Type Method Description static Statistics.ReduceOperatorStatistics.ReduceOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static Statistics.ReduceOperator[]Statistics.ReduceOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.hive.util with parameters of type Statistics.ReduceOperator Modifier and Type Method Description static HiveBasicStatisticsStatistics. reduce(HiveBasicStatistics first, HiveBasicStatistics second, Statistics.ReduceOperator operator)
-