61 m_row = (
const char *)m_ptr;
65 "Empty row key found in serialized cells buffer");
70 while (*m_ptr && m_ptr<
m_end)
80 while (*m_ptr && m_ptr<
m_end)
88 while (*m_ptr && m_ptr<
m_end)
const char * m_column_qualifier
static const uint32_t FLAG_DELETE_ROW
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
uint8_t decode_i8(const uint8_t **bufp, size_t *remainp)
Decode a 8-bit integer (a byte/character)
uint64_t decode_i64(const uint8_t **bufp, size_t *remainp)
Decode a 64-bit integer in little-endian order.
Logging routines and macros.
Compatibility Macros for C/C++.
Functions to serialize/deserialize primitives to/from a memory buffer.
static const int64_t TIMESTAMP_NULL
const char * m_column_family
static const int64_t AUTO_ASSIGN
Error codes, Exception handling, error logging.
#define HT_THROW(_code_, _msg_)