0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions | Variables
Hypertable::ThriftGen Namespace Reference

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
 

Function Documentation

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.

Variable Documentation

const int64_t Hypertable::ThriftGen::AUTO_ASSIGN = INT64_MIN + 2

Definition at line 60 of file ThriftHelper.cc.