quasardb C API
|
Data Fields | |
const char * | name |
const char ** | columns |
qdb_size_t | column_count |
const qdb_ts_range_t * | ranges |
An array of ranges (intervals) for which data should be retrieved. | |
qdb_size_t | range_count |
qdb_size_t qdb_bulk_reader_table_t::column_count |
The number of columns. If 0 then read all column
const char** qdb_bulk_reader_table_t::columns |
An array of pointers to a null-terminated UTF-8 string representing the name of the columns.
const char* qdb_bulk_reader_table_t::name |
A pointer to a null-terminated UTF-8 string representing the name of the table.
qdb_size_t qdb_bulk_reader_table_t::range_count |
The number of ranges. If 0 then read all ranges