quasardb C API
|
Data and metadata of a table sent to the server in a batch. More...
#include <ts.h>
Data Fields | |
qdb_string_t | name |
The table name in UTF-8 format. | |
qdb_exp_batch_push_table_data_t | data |
The table data. | |
const qdb_ts_range_t * | truncate_ranges |
qdb_size_t | truncate_range_count |
Data and metadata of a table sent to the server in a batch.
qdb_size_t qdb_exp_batch_push_table_t::truncate_range_count |
Field used by qdb_exp_batch_push_truncate. The number of truncated ranges.
const qdb_ts_range_t* qdb_exp_batch_push_table_t::truncate_ranges |
Field used by qdb_exp_batch_push_truncate. The ranges specifying previous data to erase.