#include <SerializedCellsReader.h>
|
void | init (uint8_t *buf, uint32_t len) |
|
Definition at line 31 of file SerializedCellsReader.h.
Hypertable::SerializedCellsReader::SerializedCellsReader |
( |
void * |
buf, |
|
|
uint32_t |
len |
|
) |
| |
|
inline |
Hypertable::SerializedCellsReader::SerializedCellsReader |
( |
const char * |
buf, |
|
|
uint32_t |
len |
|
) |
| |
|
inline |
int8_t Hypertable::SerializedCellsReader::cell_flag |
( |
| ) |
|
|
inline |
const char* Hypertable::SerializedCellsReader::column_family |
( |
| ) |
|
|
inline |
const char* Hypertable::SerializedCellsReader::column_qualifier |
( |
| ) |
|
|
inline |
bool Hypertable::SerializedCellsReader::eos |
( |
| ) |
|
|
inline |
bool Hypertable::SerializedCellsReader::flush |
( |
| ) |
|
|
inline |
void Hypertable::SerializedCellsReader::get |
( |
KeySpec & |
key | ) |
|
|
inline |
void Hypertable::SerializedCellsReader::get |
( |
Cell & |
cell | ) |
|
|
inline |
Cell Hypertable::SerializedCellsReader::get_cell |
( |
| ) |
|
|
inline |
void Hypertable::SerializedCellsReader::init |
( |
uint8_t * |
buf, |
|
|
uint32_t |
len |
|
) |
| |
|
inlineprivate |
bool SerializedCellsReader::next |
( |
| ) |
|
const char* Hypertable::SerializedCellsReader::row |
( |
| ) |
|
|
inline |
int64_t Hypertable::SerializedCellsReader::timestamp |
( |
| ) |
|
|
inline |
const void* Hypertable::SerializedCellsReader::value |
( |
| ) |
|
|
inline |
uint32_t Hypertable::SerializedCellsReader::value_len |
( |
| ) |
|
|
inline |
const char* Hypertable::SerializedCellsReader::value_str |
( |
| ) |
|
|
inline |
const uint8_t* Hypertable::SerializedCellsReader::m_base {} |
|
private |
uint8_t Hypertable::SerializedCellsReader::m_cell_flag {FLAG_INSERT} |
|
private |
const char* Hypertable::SerializedCellsReader::m_column_family {} |
|
private |
const char* Hypertable::SerializedCellsReader::m_column_qualifier {} |
|
private |
const uint8_t* Hypertable::SerializedCellsReader::m_end {} |
|
private |
bool Hypertable::SerializedCellsReader::m_eob {} |
|
private |
uint8_t Hypertable::SerializedCellsReader::m_flag {} |
|
private |
const char* Hypertable::SerializedCellsReader::m_previous_row {} |
|
private |
const uint8_t* Hypertable::SerializedCellsReader::m_ptr {} |
|
private |
int64_t Hypertable::SerializedCellsReader::m_revision {TIMESTAMP_NULL} |
|
private |
const char* Hypertable::SerializedCellsReader::m_row {} |
|
private |
int64_t Hypertable::SerializedCellsReader::m_timestamp {TIMESTAMP_NULL} |
|
private |
const void* Hypertable::SerializedCellsReader::m_value {} |
|
private |
uint32_t Hypertable::SerializedCellsReader::m_value_len {} |
|
private |
The documentation for this class was generated from the following files: