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

Function AggStringIntermediateInit

be/src/testutil/test-udas.cc:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 ValidateFunctionContext3(context);
160}
161IMPALA_UDF_EXPORT
162void AggStringIntermediateInit(FunctionContext* context, StringVal*) {
163 ValidateFunctionContext3(context);
164}
165IMPALA_UDF_EXPORT
166void AggStringIntermediateMerge(FunctionContext* context, const StringVal&, StringVal*) {
167 ValidateFunctionContext3(context);

Callers

nothing calls this directly

Calls 1

ValidateFunctionContext3Function · 0.85

Tested by

no test coverage detected