Redis::FullText::GroupBy::Reducer
Inherits Struct < Value < Object
Constructors
new
SourceInstance methods
avg(property : String, as name : String)
Sourceavg(property : String)
Sourcecount(as name : String)
Sourcecount
Sourcecount_distinct(property : String, as name : String)
Sourcecount_distinct(property : String)
Sourcecount_distinctish(property : String, as name : String)
Sourcecount_distinctish(property : String)
Sourcefirst_value(property : String, by order_property : String, order : Order, as name : String)
Sourcefirst_value(property : String, by order_property : String, order : Order)
Sourcefirst_value(property : String, as name : String)
Sourcefirst_value(property : String)
Sourceinitialize
Sourcemax(property : String, as name : String)
Sourcemax(property : String)
Sourcemin(property : String, as name : String)
Sourcemin(property : String)
Sourcequantile(property : String, quantile : Float64, as name : String)
Sourcequantile(property : String, quantile : String, as name : String)
Sourcequantile(property : String, quantile : Float64)
Sourcequantile(property : String, quantile : String)
Sourcerandom_sample(property : String, sample_size : Int, as name : String)
Sourcerandom_sample(property : String, sample_size : String, as name : String)
Sourcerandom_sample(property : String, sample_size : Int)
Sourcerandom_sample(property : String, sample_size : String)
Sourcestddev(property : String, as name : String)
Sourcestddev(property : String)
Sourcesum(property : String, as name : String)
Sourcesum(property : String)
Sourcetolist(property : String, as name : String)
Sourcetolist(property : String)
SourceMacros
define(*names)
Source