335
335
{ (void)identifier; return true; }
337
337
// @note All schema methods defined here
339
339
static bool getSchemaDefinition(TableIdentifier &identifier, message::Schema &proto);
340
340
static bool getSchemaDefinition(const std::string &schema_name, message::Schema &proto);
341
341
static bool doesSchemaExist(const std::string &schema_name);