Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
bool IsValidTableName(const std::string& str) { return IsValidName(str); }
135
136
bool IsValidGroupName(const std::string& str) { return IsValidName(str); }
137
Callers
1
CheckTableDescrptor
Function · 0.85
Calls
1
IsValidName
Function · 0.85
Tested by
no test coverage detected