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

Method UpdateVal

be/src/exprs/aggregate-functions-ir.cc:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216
217template <typename T>
218void AggregateFunctions::UpdateVal(FunctionContext* ctx, const T& src, T* dst) {
219 *dst = src;
220}
221
222template <>
223void AggregateFunctions::UpdateVal(FunctionContext* ctx, const StringVal& src,

Callers

nothing calls this directly

Calls 3

FreeMethod · 0.45
AllocateMethod · 0.45
ReallocateMethod · 0.45

Tested by

no test coverage detected