MCPcopy Create free account
hub / github.com/apache/impala / DecimalVal AggStringIntermediateFinalize

Function DecimalVal AggStringIntermediateFinalize

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

Source from the content-addressed store, hash-verified

167 ValidateFunctionContext3(context);
168}
169IMPALA_UDF_EXPORT
170DecimalVal AggStringIntermediateFinalize(FunctionContext* context, const StringVal&) {
171 ValidateFunctionContext3(context);
172 return DecimalVal(100);
173}
174
175// Defines AggDateIntermediate(DATE, INT) returns DATE
176// intermediate DATE

Callers

nothing calls this directly

Calls 2

ValidateFunctionContext3Function · 0.85
DecimalValClass · 0.85

Tested by

no test coverage detected