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

Schema of a table sent to the server in a batch. Indexed by the table and column names given in qdb_exp_batch_push_table_t. More...

#include <ts.h>

Data Fields

qdb_duration_t shard_size
 The table shard size.
 
const
qdb_exp_batch_push_column_schema_t
columns
 

Detailed Description

Schema of a table sent to the server in a batch. Indexed by the table and column names given in qdb_exp_batch_push_table_t.

Field Documentation

const qdb_exp_batch_push_column_schema_t* qdb_exp_batch_push_table_schema_t::columns

The table columns. The column count is given by the associated qdb_exp_batch_push_table_t, at data.column_count.


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