package
19.1.0-beta.20190304+incompatible
Repository: https://github.com/darinpp/cockroach.git
Documentation: pkg.go.dev

# Functions

AggregateAverage returns the average value of the points in the provided data series.
AggregateFirst returns the first value in the provided data series.
AggregateLast returns the last value in the provided data series.
AggregateMax returns the maximum value of any point in the provided data series.
AggregateMin returns the minimum value of any point in the provided data series.
AggregateSum returns the sum value of all points in the provided data series.
AggregateVariance returns the variance of the provided data series.
DataSeriesEquivalent returns true if the provided data series are roughly equivalent.
NewModelDB instantiates a new ModelDB instance.

# Structs

ModelDB is a purely in-memory model of CockroachDB's time series database, where time series can be stored and queried.

# Type aliases

DataSeries represents a series of data points ordered by timestamp.