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

Function AggIntermediateInit

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

Source from the content-addressed store, hash-verified

89 ValidateFunctionContext(context);
90}
91IMPALA_UDF_EXPORT
92void AggIntermediateInit(FunctionContext* context, StringVal*) {
93 ValidateFunctionContext(context);
94}
95IMPALA_UDF_EXPORT
96void AggIntermediateMerge(FunctionContext* context, const StringVal&, StringVal*) {
97 ValidateFunctionContext(context);

Callers

nothing calls this directly

Calls 1

ValidateFunctionContextFunction · 0.85

Tested by

no test coverage detected