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

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.
 
const char * symtable
 The symbol table name for symbol column.
 

Detailed Description

Description of a batch column that will not be checked.


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