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

Schema of a column sent to the server in a batch. More...

#include <ts.h>

Data Fields

qdb_ts_column_type_t column_type
 The column type, how it's stored server-side.
 
qdb_ts_column_index_t index
 The column index.
 
qdb_string_t symtable
 The column symbol table (for symbol columns).
 
qdb_string_t name
 

Detailed Description

Schema of a column sent to the server in a batch.

Field Documentation

qdb_string_t qdb_exp_batch_push_column_schema_t::name

The column name. Used by lazy creation mode


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