40 : m_name(name), m_parts(parts) {
char * decode_vstr(const uint8_t **bufp, size_t *remainp)
Decode a vstr (vint64, data, null).
Declarations for Canonicalize.
uint8_t encoding_version() const override
Returns encoding version.
virtual size_t encoded_length() const
Returns serialized object length.
size_t encoded_length_vstr(size_t len)
Computes the encoded length of vstr (vint64, data, null)
RecreateIndexTables()
Constructor.
Represents a set of table parts (sub-tables).
virtual void encode(uint8_t **bufp) const
Writes serialized representation of object to a buffer.
Logging routines and macros.
Compatibility Macros for C/C++.
Functions to serialize/deserialize primitives to/from a memory buffer.
void decode_internal(uint8_t version, const uint8_t **bufp, size_t *remainp) override
Reads serialized representation of object from a buffer.
virtual void decode(const uint8_t **bufp, size_t *remainp)
Reads serialized representation of object from a buffer.
void encode_vstr(uint8_t **bufp, const void *buf, size_t len)
Encode a buffer as variable length string (vint64, data, null)
Declarations for RecreateIndexTables request parameters.
std::string m_name
Table name
TableParts m_parts
Which index tables to recreate.
void encode_internal(uint8_t **bufp) const override
Writes serialized representation of object to a buffer.
static void table_name(std::string &name)
Canonicalizes a table name.
size_t encoded_length_internal() const override
Returns internal serialized length.