Functions | |
std::ostream & | operator<< (std::ostream &out, const CellAsArray &cell) |
Cell | 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 | make_cell (const char *row, const char *cf, const char *cq, const std::string &value, const char *ts, const char *rev, KeyFlag::type flag) |
Variables | |
const int64_t | AUTO_ASSIGN = INT64_MIN + 2 |
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 | ||
) |
Definition at line 63 of file ThriftHelper.cc.
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 | ||
) |
Definition at line 88 of file ThriftHelper.cc.
std::ostream & Hypertable::ThriftGen::operator<< | ( | std::ostream & | out, |
const CellAsArray & | cell | ||
) |
Definition at line 30 of file ThriftHelper.cc.
const int64_t Hypertable::ThriftGen::AUTO_ASSIGN = INT64_MIN + 2 |
Definition at line 60 of file ThriftHelper.cc.