#include <Hypertable/Lib/ClientObject.h>
#include <Hypertable/Lib/TableScannerQueue.h>
#include <Hypertable/Lib/TableScannerAsync.h>
#include <Hypertable/Lib/TableCallback.h>
#include <Hypertable/Lib/ScanCells.h>
#include <list>
Go to the source code of this file.
Classes | |
class | Hypertable::TableScanner |
Synchronous table scanner. More... | |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Typedefs | |
typedef std::shared_ptr < TableScanner > | Hypertable::TableScannerPtr |
Smart pointer to TableScanner. More... | |
Functions | |
void | Hypertable::copy (TableScanner &scanner, CellsBuilder &b) |
void | Hypertable::copy (TableScannerPtr &p, CellsBuilder &v) |