MCPcopy 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

7namespace strings {
8
9CharSet::CharSet() {
10 memset(this, 0, sizeof(*this));
11}
12
13CharSet::CharSet(const char* characters) {
14 memset(this, 0, sizeof(*this));

Callers

nothing calls this directly

Calls 1

AddFunction · 0.85

Tested by

no test coverage detected