22 #ifndef Hypertable_Lib_IndexTables_h
23 #define Hypertable_Lib_IndexTables_h
30 void add(
const Key &key, uint8_t flag,
31 const void *value, uint32_t value_len,
37 #endif // Hypertable_Lib_IndexTables_h
void add(const Key &key, uint8_t flag, const void *value, uint32_t value_len, TableMutatorAsync *value_index_mutator, TableMutatorAsync *qualifier_index_mutator)
Provides the ability to mutate a table in the form of adding and deleting rows and cells...
Provides access to internal components of opaque key.