27 #ifndef Hypertable_RangeServer_CellStoreFactory_h
28 #define Hypertable_RangeServer_CellStoreFactory_h
48 const char *start_row,
const char *end_row);
55 #endif // Hypertable_RangeServer_CellStoreFactory_h
std::string String
A String is simply a typedef to std::string.
Factory class for creating CellStore objects.
Declarations for CellStore.
std::shared_ptr< CellStore > CellStorePtr
Smart pointer to CellStore.
static CellStorePtr open(const String &name, const char *start_row, const char *end_row)
Creates a CellStore object from a given cell store file.