| 124 | ValidateFunctionContext2(context); |
| 125 | } |
| 126 | IMPALA_UDF_EXPORT |
| 127 | void AggDecimalIntermediateInit(FunctionContext* context, DecimalVal*) { |
| 128 | ValidateFunctionContext2(context); |
| 129 | } |
| 130 | IMPALA_UDF_EXPORT |
| 131 | void AggDecimalIntermediateMerge(FunctionContext* context, const DecimalVal&, |
| 132 | DecimalVal*) { |
nothing calls this directly
no test coverage detected