quasardb C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
qdb_ts_blob_aggregation_t Struct Reference

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...
 

Detailed Description

Aggregation input and result for columns of blobs.

Field Documentation

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.


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