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

Method AggIfUpdate

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

Source from the content-addressed store, hash-verified

3283
3284template <typename T>
3285void AggregateFunctions::AggIfUpdate(
3286 FunctionContext* ctx, const BooleanVal& cond, const T& src, T* dst) {
3287 if (!cond.is_null && cond.val) *dst = src;
3288}
3289
3290template <>
3291void AggregateFunctions::AggIfUpdate(

Callers

nothing calls this directly

Calls 1

CopyStringValFunction · 0.85

Tested by

no test coverage detected