Typedef shad::data_types::schema_t¶
- Defined in File data_types.h
Typedef Documentation¶
-
using
shad::data_types::schema_t = typedef std::vector<std::pair<std::string, data_t>>
Data structures for storing schema information. Given a tuple of data, it associates elements labels and data types to their position in the tuple.