struct

Redis::FullText::GroupBy::Reducer

Inherits Struct < Value < Object

Constructors

Instance methods

avg(property : String, as name : String)
Source
avg(property : String)
Source
count(as name : String)
Source
count
Source
count_distinct(property : String, as name : String)
Source
count_distinct(property : String)
Source
count_distinctish(property : String, as name : String)
Source
count_distinctish(property : String)
Source
first_value(property : String, by order_property : String, order : Order, as name : String)
Source
first_value(property : String, by order_property : String, order : Order)
Source
first_value(property : String, as name : String)
Source
first_value(property : String)
Source
initialize
Source
max(property : String, as name : String)
Source
max(property : String)
Source
min(property : String, as name : String)
Source
min(property : String)
Source
quantile(property : String, quantile : Float64, as name : String)
Source
quantile(property : String, quantile : String, as name : String)
Source
quantile(property : String, quantile : Float64)
Source
quantile(property : String, quantile : String)
Source
random_sample(property : String, sample_size : Int, as name : String)
Source
random_sample(property : String, sample_size : String, as name : String)
Source
random_sample(property : String, sample_size : Int)
Source
random_sample(property : String, sample_size : String)
Source
stddev(property : String, as name : String)
Source
stddev(property : String)
Source
sum(property : String, as name : String)
Source
sum(property : String)
Source
tolist(property : String, as name : String)
Source
tolist(property : String)
Source

Macros

define(*names)
Source

Nested types