Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetValue
Method · 0.45
Init
Method · 0.45
StoreResult
Method · 0.45
RandString
Function · 0.45
AddFileLevelVirtualColumns
Method · 0.45
AddVirtualIcebergColumn
Method · 0.45
WriteSlot
Method · 0.45
ProcessBuildBatch
Method · 0.45
BufferDeleteRecords
Method · 0.45
WriteRow
Method · 0.45
WriteStringSlot
Method · 0.45
MaterializeNextRow
Method · 0.45
Calls
no outgoing calls
Tested by
3
TEST_F
Function · 0.36
WriteStringRow
Method · 0.36
TEST_F
Function · 0.36