| 190 | } |
| 191 | |
| 192 | IMPALA_UDF_EXPORT |
| 193 | void AggDateIntermediateInit(FunctionContext* context, DateVal*) { |
| 194 | ValidateFunctionContext4(context); |
| 195 | } |
| 196 | |
| 197 | IMPALA_UDF_EXPORT |
| 198 | void AggDateIntermediateMerge(FunctionContext* context, const DateVal&, |
nothing calls this directly
no test coverage detected