#include "Common/Compat.h"
#include "Common/String.h"
#include "Hypertable/Lib/Namespace.h"
#include "Hypertable/Lib/Table.h"
#include "Hypertable/Lib/Cell.h"
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
Namespaces | |
Hypertable | |
Hypertable definitions | |
Hypertable::HyperAppHelper | |
Functions | |
String | Hypertable::HyperAppHelper::generate_guid () |
Generates a new GUID. More... | |
void | Hypertable::HyperAppHelper::create_cell_unique (const TablePtr &table, const KeySpec &key, String &guid) |
Inserts a unique value into a table. More... | |