vkdb
A time series database engine in C++.
Loading...
Searching...
No Matches
vkdb::DataPoint< TValue > Struct Template Reference

Represents a datapoint in vkdb. More...

#include <time_series_key.h>

Collaboration diagram for vkdb::DataPoint< TValue >:

Public Attributes

Timestamp timestamp
 Timestamp.
 
Metric metric
 Metric.
 
TagTable tags
 Tags.
 
TValue value
 Value.
 

Detailed Description

template<ArithmeticNoCVRefQuals TValue>
struct vkdb::DataPoint< TValue >

Represents a datapoint in vkdb.

Template Parameters
TValueValue type.

Definition at line 56 of file time_series_key.h.

Member Data Documentation

◆ metric

template<ArithmeticNoCVRefQuals TValue>
Metric vkdb::DataPoint< TValue >::metric

Metric.

Definition at line 67 of file time_series_key.h.

◆ tags

template<ArithmeticNoCVRefQuals TValue>
TagTable vkdb::DataPoint< TValue >::tags

Tags.

Definition at line 73 of file time_series_key.h.

◆ timestamp

template<ArithmeticNoCVRefQuals TValue>
Timestamp vkdb::DataPoint< TValue >::timestamp

Timestamp.

Definition at line 61 of file time_series_key.h.

◆ value

template<ArithmeticNoCVRefQuals TValue>
TValue vkdb::DataPoint< TValue >::value

Value.

Definition at line 79 of file time_series_key.h.


The documentation for this struct was generated from the following file: