|
quasardb C API
|
Holds the table in Arrow format. More...
#include <ts.h>
Data Fields | |
| struct ArrowSchema | timestamp_schema |
| struct ArrowArray | timestamp |
| qdb_arrow_column_t * | columns |
| An array containing the table columns to send. | |
| qdb_size_t | column_count |
Holds the table in Arrow format.
| qdb_size_t qdb_exp_batch_push_arrow_data_t::column_count |
The number of columns to send. Number of rows must be same in the all columns.
| struct ArrowArray qdb_exp_batch_push_arrow_data_t::timestamp |
The rows timestamps. Number of rows must be same as in the columns.
| struct ArrowSchema qdb_exp_batch_push_arrow_data_t::timestamp_schema |
The Double-precision floating point numbers type.
1.8.5