6#include <iolink/DataType.h>
7#include <iolink/IOLinkAPI.h>
8#include <iolink/Vector.h>
9#include <iolink/view/DataFrameView.h>
33 const std::string* columnNames,
40 static std::shared_ptr<DataFrameView>
allocate();
Definition: DataFrameViewFactory.h:15
static std::shared_ptr< DataFrameView > allocate()
This factory aims to create an empty DataFrame view.
static std::shared_ptr< DataFrameView > allocate(const Vector2u64 &shape, const std::string *columnNames, const DataType *columnDataTypes)
This factory is aimed at creating a DataFrame view.
Stores information about a data type.
Definition: DataType.h:162
An arithmetic vector.
Definition: Vector.h:37
All IOLink symbols are enclosed in this namespace.
Definition: ArrayX.h:8