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

Function AggStringIntermediateUpdate

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

Source from the content-addressed store, hash-verified

154 assert(context->GetReturnType().scale == 0);
155}
156IMPALA_UDF_EXPORT
157void AggStringIntermediateUpdate(FunctionContext* context, const DecimalVal&,
158 const BigIntVal&, const StringVal&, StringVal*) {
159 ValidateFunctionContext3(context);
160}
161IMPALA_UDF_EXPORT
162void AggStringIntermediateInit(FunctionContext* context, StringVal*) {
163 ValidateFunctionContext3(context);

Callers

nothing calls this directly

Calls 1

ValidateFunctionContext3Function · 0.85

Tested by

no test coverage detected