package
0.14.0
Repository: https://github.com/lomik/graphite-clickhouse.git
Documentation: pkg.go.dev

# Functions

CleanUp removes points with empty metric for run after Deduplicate, Merge, etc for result cleanup.
FillNulls accepts an ordered []Point for one metric and returns a generator that will return all points for specific interval.
NewPoints return new empty Points.
Uniq removes points with equal metric and time.

# Variables

ErrPointsUnsorted returns for unsorted []Point or Points.
ErrTimeGreaterStop shows the correct over for GetValueOrNaN.
ErrWrongMetricID shows the Point.MetricID is wrong somehow.

# Structs

No description provided by the author
Points is a structure that stores points and additional information about them, e.g.

# Type aliases

GetValueOrNaN returns Value for the next point or NaN if the value is omited.
NextMetric returns the list of points for one metric name.