| 159 | ValidateFunctionContext3(context); |
| 160 | } |
| 161 | IMPALA_UDF_EXPORT |
| 162 | void AggStringIntermediateInit(FunctionContext* context, StringVal*) { |
| 163 | ValidateFunctionContext3(context); |
| 164 | } |
| 165 | IMPALA_UDF_EXPORT |
| 166 | void AggStringIntermediateMerge(FunctionContext* context, const StringVal&, StringVal*) { |
| 167 | ValidateFunctionContext3(context); |
nothing calls this directly
no test coverage detected