Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ CharSet
Method
CharSet
be/src/gutil/strings/charset.cc:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
namespace strings {
8
9
CharSet::CharSet() {
10
memset(this, 0, sizeof(*this));
11
}
12
13
CharSet::CharSet(const char* characters) {
14
memset(this, 0, sizeof(*this));
Callers
nothing calls this directly
Calls
1
Add
Function · 0.85
Tested by
no test coverage detected