Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ set
Method
set
be/src/gutil/strings/stringpiece.h:183–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
void set(const char* data, int len) {
184
assert(len >= 0);
185
ptr_ = data;
186
length_ = len;
187
}
188
189
void set(const char* str) {
190
ptr_ = str;
Callers
3
StripWhiteSpace
Function · 0.45
SplitIterator
Class · 0.45
GenericFind
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected