quasardb C API
|
Data of a table sent to the server in a batch. More...
#include <ts.h>
Data Fields | |
qdb_size_t | row_count |
The number of rows to send. | |
qdb_size_t | column_count |
The number of columns to send. | |
const qdb_timespec_t * | timestamps |
The rows timestamps. | |
const qdb_exp_batch_push_column_t * | columns |
The table columns to send. | |
Data of a table sent to the server in a batch.