quasardb C API
|
Column sent to the server in a batch. More...
#include <ts.h>
Data Fields | |
const char * | name |
The column name in UTF-8 format. | |
qdb_ts_column_type_t | data_type |
The column data type, how it's stored client-side. | |
union { | |
} | data |
The column content to send. | |
Column sent to the server in a batch.