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

Holds a column in Arrow format. More...

#include <ts.h>

Data Fields

struct ArrowSchema schema
 
struct ArrowArrayStream stream
 The table content.
 

Detailed Description

Holds a column in Arrow format.

Field Documentation

struct ArrowSchema qdb_arrow_stream_t::schema

The table schema.

Warning
Not all Arrow types are supported. only: DATE64, TIMESTAMP, INT64, DOUBLE, STRING, BINARY

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