|
quasardb C API
|
Aggregation input and result for columns of blobs. 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_blob_point | result |
| The result of the aggregation. More... | |
Aggregation input and result for columns of blobs.
| qdb_size_t qdb_ts_blob_aggregation_t::count |
If applicable, the number of datapoints on which aggregation has been computed.
| qdb_ts_range_t qdb_ts_blob_aggregation_t::range |
The time interval on which the aggregation should be executed.
| qdb_ts_blob_point qdb_ts_blob_aggregation_t::result |
The result of the aggregation.
| qdb_ts_aggregation_type_t qdb_ts_blob_aggregation_t::type |
The type of the aggregation to perform.
1.8.5