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

Function AggIntermediateUpdate

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

Source from the content-addressed store, hash-verified

85 assert(context->GetReturnType().type == FunctionContext::TYPE_BIGINT);
86}
87IMPALA_UDF_EXPORT
88void AggIntermediateUpdate(FunctionContext* context, const IntVal&, StringVal*) {
89 ValidateFunctionContext(context);
90}
91IMPALA_UDF_EXPORT
92void AggIntermediateInit(FunctionContext* context, StringVal*) {
93 ValidateFunctionContext(context);

Callers

nothing calls this directly

Calls 1

ValidateFunctionContextFunction · 0.85

Tested by

no test coverage detected