20 #ifndef Hypertable_ThriftBroker_ThriftHelper_h
21 #define Hypertable_ThriftBroker_ThriftHelper_h
24 #include "gen-cpp/HqlService.h"
28 std::ostream &
operator<<(std::ostream &,
const CellAsArray &);
32 make_cell(
const char *row,
const char *cf,
const char *cq,
33 const std::string &value, int64_t ts, int64_t rev, KeyFlag::type flag);
36 make_cell(
const char *row,
const char *cf,
const char *cq = 0,
37 const std::string &value = std::string(),
const char *ts = 0,
38 const char *rev = 0, KeyFlag::type flag = KeyFlag::INSERT);
42 #endif // Hypertable_ThriftBroker_ThriftHelper_h
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)