| 163 | ValidateFunctionContext3(context); |
| 164 | } |
| 165 | IMPALA_UDF_EXPORT |
| 166 | void AggStringIntermediateMerge(FunctionContext* context, const StringVal&, StringVal*) { |
| 167 | ValidateFunctionContext3(context); |
| 168 | } |
| 169 | IMPALA_UDF_EXPORT |
| 170 | DecimalVal AggStringIntermediateFinalize(FunctionContext* context, const StringVal&) { |
| 171 | ValidateFunctionContext3(context); |
nothing calls this directly
no test coverage detected