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

Column sent to the server in a batch. More...

#include <ts.h>

Data Fields

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

Detailed Description

Column sent to the server in a batch.


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