enum Redis::TimeSeries::AggregationType

Defined in:

time_series.cr

Enum Members

AVG = 0
SUM = 1
MIN = 2
MAX = 3
RANGE = 4
COUNT = 5
FIRST = 6
LAST = 7
STD_P = 8
STD_S = 9
VAR_P = 10
VAR_S = 11

Instance Method Summary

Class methods inherited from struct Enum

from_redis_graph_value(type : Redis::Graph::ValueType, value, cache) from_redis_graph_value

Instance Method Detail

def avg? #

[View source]
def count? #

[View source]
def first? #

[View source]
def last? #

[View source]
def max? #

[View source]
def min? #

[View source]
def range? #

[View source]
def std_p? #

[View source]
def std_s? #

[View source]
def sum? #

[View source]
def var_p? #

[View source]
def var_s? #

[View source]