|
quasardb C API
|
Description of a batch column that will not be checked. More...
#include <ts.h>
Data Fields | |
| const char * | timeseries |
| A pointer to a null-terminated UTF-8 string representing the name of the timeseries. | |
| const char * | column |
| A pointer to a null-terminated UTF-8 string representing the name of the column. | |
| qdb_ts_column_type_t | column_type |
| The column's data type. | |
| qdb_int_t | column_index |
| The column's position in the timeseries. | |
| qdb_duration_t | shard_size |
| The timeseries's shard size. | |
| qdb_size_t | elements_count_hint |
| The number of expected elements in one insertion. | |
Description of a batch column that will not be checked.
1.8.5