MCPcopy Create free account
hub / github.com/baidu/tera / IsValidTableName

Function IsValidTableName

src/utils/string_util.cc:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134bool IsValidTableName(const std::string& str) { return IsValidName(str); }
135
136bool IsValidGroupName(const std::string& str) { return IsValidName(str); }
137

Callers 1

CheckTableDescrptorFunction · 0.85

Calls 1

IsValidNameFunction · 0.85

Tested by

no test coverage detected