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

Function AggStringIntermediateMerge

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

Source from the content-addressed store, hash-verified

163 ValidateFunctionContext3(context);
164}
165IMPALA_UDF_EXPORT
166void AggStringIntermediateMerge(FunctionContext* context, const StringVal&, StringVal*) {
167 ValidateFunctionContext3(context);
168}
169IMPALA_UDF_EXPORT
170DecimalVal AggStringIntermediateFinalize(FunctionContext* context, const StringVal&) {
171 ValidateFunctionContext3(context);

Callers

nothing calls this directly

Calls 1

ValidateFunctionContext3Function · 0.85

Tested by

no test coverage detected