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

Method ToString

be/src/exprs/anyval-util.h:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 }
235
236 static std::string ToString(const StringVal& v) {
237 return std::string(reinterpret_cast<char*>(v.ptr), v.len);
238 }
239
240 static StringVal FromString(FunctionContext* ctx, const std::string& s) {
241 StringVal val = FromBuffer(ctx, s.c_str(), s.size());

Callers 15

CastToStringValMethod · 0.45
DebugStringMethod · 0.45
GetIntValInterpretedMethod · 0.45
CastToStringValMethod · 0.45
FromUtcMethod · 0.45
ToUtcMethod · 0.45
ToUtcUnambiguousMethod · 0.45
GetKuduPartitionRowFunction · 0.45
AbortMethod · 0.45
DeleteMethod · 0.45
CheckForErrorsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected