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

Method Assign

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

Source from the content-addressed store, hash-verified

78 }
79
80 void Assign(const StringValue& other) { string_impl_.Assign(other.string_impl_); }
81
82 void Assign(char* ptr, int len) {
83 string_impl_.Assign(ptr, len);

Callers 15

GetValueMethod · 0.45
InitMethod · 0.45
StoreResultMethod · 0.45
RandStringFunction · 0.45
WriteSlotMethod · 0.45
ProcessBuildBatchMethod · 0.45
BufferDeleteRecordsMethod · 0.45
WriteRowMethod · 0.45
WriteStringSlotMethod · 0.45
MaterializeNextRowMethod · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
WriteStringRowMethod · 0.36
TEST_FFunction · 0.36