22 #ifndef HYPERTABLE_TESTSOURCE_H
23 #define HYPERTABLE_TESTSOURCE_H
54 create_insert(
const char *row,
const char *column, int64_t timestamp,
67 #endif // HYPERTABLE_TESTSOURCE_H
bool create_column_delete(const char *row, const char *column, int64_t timestamp, ByteString &key, ByteString &value)
TestSource(const std::string &fname, Schema *schema)
int64_t get_min_timestamp()
A dynamic, resizable and reference counted memory buffer.
A class managing one or more serializable ByteStrings.
A dynamic, resizable memory buffer.
DynamicBuffer m_key_buffer
bool create_insert(const char *row, const char *column, int64_t timestamp, const char *value_str, ByteString &key, ByteString &value)
bool create_row_delete(const char *row, int64_t timestamp, ByteString &key, ByteString &value)
void clear_min_timestamp()
A serializable ByteString.
DynamicBuffer m_value_buffer
bool next(ByteString &key, ByteString &value)