#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>

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 } |
1.8.8