0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Typedefs | Enumerations
LoadDataSource.h File Reference
#include <Hypertable/Lib/DataSource.h>
#include <Hypertable/Lib/FixedRandomStringGenerator.h>
#include <Hypertable/Lib/LoadDataFlags.h>
#include <Common/ByteString.h>
#include <Common/DynamicBuffer.h>
#include <Common/String.h>
#include <boost/iostreams/device/file.hpp>
#include <boost/iostreams/filtering_stream.hpp>
#include <fstream>
#include <iostream>
#include <memory>
#include <string>
#include <vector>
Include dependency graph for LoadDataSource.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hypertable::LoadDataSource
 
class  Hypertable::LoadDataSource::KeyComponentInfo
 
struct  Hypertable::LoadDataSource::ColumnInfo
 

Namespaces

 Hypertable
 Hypertable definitions
 

Typedefs

typedef std::shared_ptr
< LoadDataSource > 
Hypertable::LoadDataSourcePtr
 Smart pointer to LoadDataSource. More...
 

Enumerations

enum  { Hypertable::LOCAL_FILE = 1, Hypertable::DFS_FILE, Hypertable::STDIN }