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

Function AggDecimalIntermediateInit

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

Source from the content-addressed store, hash-verified

124 ValidateFunctionContext2(context);
125}
126IMPALA_UDF_EXPORT
127void AggDecimalIntermediateInit(FunctionContext* context, DecimalVal*) {
128 ValidateFunctionContext2(context);
129}
130IMPALA_UDF_EXPORT
131void AggDecimalIntermediateMerge(FunctionContext* context, const DecimalVal&,
132 DecimalVal*) {

Callers

nothing calls this directly

Calls 1

ValidateFunctionContext2Function · 0.85

Tested by

no test coverage detected