struct Redis::FullText::GroupBy::Reducer

Defined in:

search/aggregate.cr

Constructors

Macro Summary

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Macro Detail

macro define(*names) #

[View source]

Instance Method Detail

def avg(property : String, as name : String) #

[View source]
def avg(property : String) #

[View source]
def count(as name : String) #

[View source]
def count #

[View source]
def count_distinct(property : String, as name : String) #

[View source]
def count_distinct(property : String) #

[View source]
def count_distinctish(property : String, as name : String) #

[View source]
def count_distinctish(property : String) #

[View source]
def first_value(property : String, by order_property : String, order : Order, as name : String) #

[View source]
def first_value(property : String, by order_property : String, order : Order) #

[View source]
def first_value(property : String, as name : String) #

[View source]
def first_value(property : String) #

[View source]
def initialize #

[View source]
def max(property : String, as name : String) #

[View source]
def max(property : String) #

[View source]
def min(property : String, as name : String) #

[View source]
def min(property : String) #

[View source]
def quantile(property : String, quantile : Float64, as name : String) #

[View source]
def quantile(property : String, quantile : String, as name : String) #

[View source]
def quantile(property : String, quantile : Float64) #

[View source]
def quantile(property : String, quantile : String) #

[View source]
def random_sample(property : String, sample_size : Int, as name : String) #

[View source]
def random_sample(property : String, sample_size : String, as name : String) #

[View source]
def random_sample(property : String, sample_size : Int) #

[View source]
def random_sample(property : String, sample_size : String) #

[View source]
def stddev(property : String, as name : String) #

[View source]
def stddev(property : String) #

[View source]
def sum(property : String, as name : String) #

[View source]
def sum(property : String) #

[View source]
def tolist(property : String, as name : String) #

[View source]
def tolist(property : String) #

[View source]