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

Function AggCharIntermediateFinalize

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

Source from the content-addressed store, hash-verified

401 return in;
402}
403IMPALA_UDF_EXPORT
404IntVal AggCharIntermediateFinalize(FunctionContext* context, const StringVal& src) {
405 ValidateCharIntermediateFunctionContext(context);
406 return IntVal(*reinterpret_cast<int*>(src.ptr));
407}
408

Callers

nothing calls this directly

Calls 2

IntValClass · 0.85

Tested by

no test coverage detected