MCPcopy Create free account
hub / github.com/apache/impala / Ptr

Method Ptr

be/src/runtime/string-value.h:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 void SetLen(int len) { return string_impl_.SetLen(len); }
109
110 char* Ptr() const { return string_impl_.Ptr(); }
111
112 /// We can only call this if the string is not smallified.
113 void SetPtr(char* ptr) { return string_impl_.SetPtr(ptr); }

Callers 15

GetValueMethod · 0.45
LikePrepareInternalMethod · 0.45
GetTimezoneFunction · 0.45
ToUtcUnambiguousMethod · 0.45
UnixAndFromUnixPrepareFunction · 0.45
StoreResultMethod · 0.45
SetTColumnValueFunction · 0.45
SearchMethod · 0.45
RandStringFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestTuplesEqualMethod · 0.36
TestUnpaddedCharLengthFunction · 0.36
TEST_FFunction · 0.36
AppendValueMethod · 0.36
TEST_FFunction · 0.36
WriteStringRowMethod · 0.36
TEST_FFunction · 0.36
TestImpalaFunction · 0.36
TestBoostDateFunction · 0.36
TestBoostTimeFunction · 0.36