38 namespace rangeserver {
41 : m_toplevel_dir(toplevel_dir) {
49 hyperspace->attr_get(table_file,
"schema", valbuf);
51 m_schema.reset( Schema::new_instance((
const char *)valbuf.
base) );
std::string String
A String is simply a typedef to std::string.
A dynamic, resizable and reference counted memory buffer.
A dynamic, resizable memory buffer.
std::shared_ptr< Session > SessionPtr
Logging routines and macros.
Compatibility Macros for C/C++.
TableInfo(const TableIdentifier *identifier, SchemaPtr &schema, bool maintenance_disabled)
Constructor.
void set_id(const std::string &new_name)
uint8_t * base
Pointer to the allocated memory buffer.
String extensions and helpers: sets, maps, append operators etc.
Error codes, Exception handling, error logging.
Executes user-defined functions when leaving the current scope.