quasardb C API
|
The aggregated table parameters. More...
#include <ts.h>
Data Fields | |
qdb_aggregation_window_type_t | window_type |
The type of aggregation window. | |
qdb_ts_aggregated_column_info_t * | columns |
pointer to an array that contain descriptions of columns present in the aggregated table. | |
qdb_size_t | column_count |
the number of columns in array. | |
qdb_uint_t | sample_size |
The number of data points to aggregate. | |
qdb_duration_t | watermark |
The watermark of the windows. | |
qdb_duration_t | size |
The duration of the windows. | |
qdb_duration_t | hopping |
The hopping duration step or advance in window. | |
qdb_uint_t | size |
The size of the window in rows count. | |
qdb_uint_t | hopping |
The hopping step or advance in window in rows count. | |
The aggregated table parameters.