Uses of Class
org.apache.qpid.server.query.engine.parsing.collector.CollectorType
-
-
Uses of CollectorType in org.apache.qpid.server.query.engine.parsing.collector
Methods in org.apache.qpid.server.query.engine.parsing.collector that return CollectorType Modifier and Type Method Description static CollectorTypeCollectorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CollectorType[]CollectorType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CollectorType in org.apache.qpid.server.query.engine.parsing.expression.function.aggregation
Methods in org.apache.qpid.server.query.engine.parsing.expression.function.aggregation that return CollectorType Modifier and Type Method Description abstract CollectorTypeAbstractAggregationExpression. getCollectorType()Type of the collector depends on the aggregation typeCollectorTypeAvgExpression. getCollectorType()Returns averaging collector typeCollectorTypeCountExpression. getCollectorType()Returns counting collector typeCollectorTypeMaxExpression. getCollectorType()Returns maximizing collector typeCollectorTypeMinExpression. getCollectorType()Returns minimizing collector typeCollectorTypeSumExpression. getCollectorType()Returns summing collector type -
Uses of CollectorType in org.apache.qpid.server.query.engine.parsing.factory
Methods in org.apache.qpid.server.query.engine.parsing.factory with parameters of type CollectorType Modifier and Type Method Description static <T,A,R>
java.util.function.Function<Expression<T,R>,java.util.stream.Collector<T,A,R>>CollectorFactory. collector(CollectorType collectorType)Creates collector from collector type
-