#include <TestSource.h>
|
bool | create_row_delete (const char *row, int64_t timestamp, ByteString &key, ByteString &value) |
|
bool | create_column_delete (const char *row, const char *column, int64_t timestamp, ByteString &key, ByteString &value) |
|
bool | create_insert (const char *row, const char *column, int64_t timestamp, const char *value_str, ByteString &key, ByteString &value) |
|
Definition at line 36 of file TestSource.h.
Hypertable::TestSource::TestSource |
( |
const std::string & |
fname, |
|
|
Schema * |
schema |
|
) |
| |
|
inline |
void Hypertable::TestSource::clear_min_timestamp |
( |
| ) |
|
|
inline |
bool TestSource::create_column_delete |
( |
const char * |
row, |
|
|
const char * |
column, |
|
|
int64_t |
timestamp, |
|
|
ByteString & |
key, |
|
|
ByteString & |
value |
|
) |
| |
|
private |
bool TestSource::create_insert |
( |
const char * |
row, |
|
|
const char * |
column, |
|
|
int64_t |
timestamp, |
|
|
const char * |
value_str, |
|
|
ByteString & |
key, |
|
|
ByteString & |
value |
|
) |
| |
|
private |
bool TestSource::create_row_delete |
( |
const char * |
row, |
|
|
int64_t |
timestamp, |
|
|
ByteString & |
key, |
|
|
ByteString & |
value |
|
) |
| |
|
private |
int64_t Hypertable::TestSource::get_min_timestamp |
( |
| ) |
|
|
inline |
If the row key ends in "??", replace the "??" with 0xff 0xff
Definition at line 39 of file TestSource.cc.
long Hypertable::TestSource::m_cur_line |
|
private |
std::ifstream Hypertable::TestSource::m_fin |
|
private |
int64_t Hypertable::TestSource::m_min_timestamp |
|
private |
Schema* Hypertable::TestSource::m_schema |
|
private |
The documentation for this class was generated from the following files: