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

Method SetPtr

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

We can only call this if the string is not smallified.

Source from the content-addressed store, hash-verified

111
112 /// We can only call this if the string is not smallified.
113 void SetPtr(char* ptr) { return string_impl_.SetPtr(ptr); }
114
115 // START IR FUNCTIONS
116 int IrLen() const;

Callers 10

CopyVarLenDataMethod · 0.45
CopyStringsMethod · 0.45
TryDeepCopyStringsMethod · 0.45
DeepCopyVarlenDataMethod · 0.45
CodegenLoadAnyValMethod · 0.45
AppendValueMethod · 0.45
FixUpStringsForReadMethod · 0.45

Calls

no outgoing calls

Tested by 1

AppendValueMethod · 0.36