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

Method StringConcatUpdate

be/src/exprs/aggregate-functions-ir.cc:1388–1391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1386}
1387
1388void AggregateFunctions::StringConcatUpdate(
1389 FunctionContext* ctx, const StringVal& src, StringVal* result) {
1390 StringConcatUpdate(ctx, src, DefaultStringConcatDelim(), result);
1391}
1392
1393void AggregateFunctions::StringConcatUpdate(FunctionContext* ctx, const StringVal& src,
1394 const StringVal& separator, StringVal* result) {

Callers

nothing calls this directly

Calls 9

StringConcatUpdateFunction · 0.85
AllocBufferFunction · 0.85
SubstituteFunction · 0.85
implMethod · 0.80
okMethod · 0.45
GetQueryStatusMethod · 0.45
stateMethod · 0.45
ReallocateMethod · 0.45
SetErrorMethod · 0.45

Tested by

no test coverage detected