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

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_ttimestamps
 The rows timestamps.
 
const qdb_exp_batch_push_column_tcolumns
 The table columns to send.
 

Detailed Description

Data of a table sent to the server in a batch.


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