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

Function AggIntermediateMerge

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

Source from the content-addressed store, hash-verified

93 ValidateFunctionContext(context);
94}
95IMPALA_UDF_EXPORT
96void AggIntermediateMerge(FunctionContext* context, const StringVal&, StringVal*) {
97 ValidateFunctionContext(context);
98}
99IMPALA_UDF_EXPORT
100BigIntVal AggIntermediateFinalize(FunctionContext* context, const StringVal&) {
101 ValidateFunctionContext(context);

Callers

nothing calls this directly

Calls 1

ValidateFunctionContextFunction · 0.85

Tested by

no test coverage detected