struct Redis::TimeSeries::Aggregation
- Redis::TimeSeries::Aggregation
- Struct
- Value
- Object
Defined in:
time_series.crConstructors
Instance Method Summary
- #aggregator : AggregationType
- #alignment : Alignment | Time | Nil
- #bucket_duration : Time::Span
- #buckettimestamp : BucketTimestamp | Nil
- #clone
- #copy_with(aggregator _aggregator = @aggregator, bucket_duration _bucket_duration = @bucket_duration, alignment _alignment = @alignment, buckettimestamp _buckettimestamp = @buckettimestamp, empty _empty = @empty)
- #empty : Bool | Nil
Constructor Detail
def self.new(aggregator : AggregationType, bucket_duration : Time::Span, alignment : Alignment | Time | Nil = nil, buckettimestamp : BucketTimestamp | Nil = nil, empty : Bool | Nil = nil)
#
Instance Method Detail
def copy_with(aggregator _aggregator = @aggregator, bucket_duration _bucket_duration = @bucket_duration, alignment _alignment = @alignment, buckettimestamp _buckettimestamp = @buckettimestamp, empty _empty = @empty)
#