Column Store
Classes | Namespaces | Typedefs
DataGeneratorInterface.h File Reference

Data Generator Interface. More...

#include <memory>
#include <vector>
#include "../Fort/fort.hpp"
#include "Column.h"
#include "DataRecord.h"
Include dependency graph for DataGeneratorInterface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ColumnStore::DataGeneratorInterface
 Interface for relational data sources. More...
 

Namespaces

 ColumnStore
 

Typedefs

typedef std::shared_ptr< DataGeneratorInterface > ColumnStore::DataSource
 Shared pointer to the DataGeneratorInterface. More...
 

Detailed Description

Data Generator Interface.