#include <iosfwd>
#include "gen-cpp/HqlService.h"
Go to the source code of this file.
|
std::ostream & | Hypertable::ThriftGen::operator<< (std::ostream &out, const CellAsArray &cell) |
|
Cell | Hypertable::ThriftGen::make_cell (const char *row, const char *cf, const char *cq, const std::string &value, int64_t ts, int64_t rev, KeyFlag::type flag) |
|
Cell | Hypertable::ThriftGen::make_cell (const char *row, const char *cf, const char *cq, const std::string &value, const char *ts, const char *rev, KeyFlag::type flag) |
|