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

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

Detailed Description

The aggregated table parameters.


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