20 #ifndef HYPERTABLE_SERIALIZEDCELLSREADER_H
21 #define HYPERTABLE_SERIALIZEDCELLSREADER_H
35 init((uint8_t *)buf, len);
39 init((uint8_t *)buf, len);
46 key.row_len = strlen(
m_row);
84 void init(uint8_t *buf, uint32_t len) {
112 #endif // HYPERTABLE_SERIALIZEDCELLSREADER_H
const char * column_family()
const char * m_column_qualifier
const char * column_qualifier()
SerializedCellsReader(const char *buf, uint32_t len)
static const uint32_t FLAG_INSERT
uint32_t decode_i32(const uint8_t **bufp, size_t *remainp)
Decode a 32-bit integer in little-endian order.
const char * m_previous_row
static const int64_t TIMESTAMP_NULL
const char * m_column_family
void init(uint8_t *buf, uint32_t len)
Encapsulates decomposed key and value.
SerializedCellsReader(void *buf, uint32_t len)
#define HT_THROW(_code_, _msg_)