Uses of Class
redis.clients.jedis.search.aggr.Reducer
Packages that use Reducer
Package
Description
This package contains the classes related to Aggregation commands in RediSearch module.
-
Uses of Reducer in redis.clients.jedis.search.aggr
Fields in redis.clients.jedis.search.aggr with type parameters of type ReducerMethods in redis.clients.jedis.search.aggr that return ReducerModifier and TypeMethodDescriptionfinal Reducerstatic Reducerstatic ReducerReducers.count()static ReducerReducers.count_distinct(String field) static ReducerReducers.count_distinctish(String field) static ReducerReducers.first_value(String field) static ReducerReducers.first_value(String field, SortedField sortBy) REDUCE FIRST_VALUE {nargs} {property} [BY {property} [ASC|DESC]]static Reducerstatic Reducerstatic Reducerstatic ReducerReducers.random_sample(String field, int size) final Reducerfinal ReducerReducer.setAliasAsField()private static ReducerReducers.singleFieldReducer(String name, String field) static Reducerstatic Reducerstatic ReducerMethods in redis.clients.jedis.search.aggr with parameters of type Reducer