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

Data Fields

const char * name
 
const char ** columns
 
qdb_size_t column_count
 
const qdb_ts_range_tranges
 An array of ranges (intervals) for which data should be retrieved.
 
qdb_size_t range_count
 

Field Documentation

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


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