#include <Hypertable/Lib/Cells.h>
#include <Hypertable/Lib/ProfileDataScanner.h>
#include <Hypertable/Lib/ScanBlock.h>
#include <Hypertable/Lib/ScanLimitState.h>
#include <Hypertable/Lib/Schema.h>
#include <Common/StringExt.h>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | Hypertable::Lib::ScanCells |
This class takes allows vector access to a set of cells contained in an EventPtr without any copying. More... | |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Hypertable::Lib | |
Hypertable library. | |
Typedefs | |
typedef std::shared_ptr < ScanCells > | Hypertable::Lib::ScanCellsPtr |
Smart pointer to ScanCells. More... | |