quasardb C API
|
Aggregation input and result for columns of strings. More...
#include <ts.h>
Data Fields | |
qdb_ts_aggregation_type_t | type |
The type of the aggregation to perform. More... | |
qdb_ts_range_t | range |
The time interval on which the aggregation should be executed. More... | |
qdb_size_t | count |
If applicable, the number of datapoints on which aggregation has been computed. More... | |
qdb_ts_string_point | result |
The result of the aggregation. More... | |
Aggregation input and result for columns of strings.
qdb_size_t qdb_ts_string_aggregation_t::count |
If applicable, the number of datapoints on which aggregation has been computed.
qdb_ts_range_t qdb_ts_string_aggregation_t::range |
The time interval on which the aggregation should be executed.
qdb_ts_string_point qdb_ts_string_aggregation_t::result |
The result of the aggregation.
qdb_ts_aggregation_type_t qdb_ts_string_aggregation_t::type |
The type of the aggregation to perform.