| 201 | } |
| 202 | |
| 203 | IMPALA_UDF_EXPORT |
| 204 | DateVal AggDateIntermediateFinalize(FunctionContext* context, const DateVal&) { |
| 205 | ValidateFunctionContext4(context); |
| 206 | return DateVal::null(); |
| 207 | } |
| 208 | |
| 209 | // Defines MemTest(bigint) return bigint |
| 210 | // "Allocates" the specified number of bytes in the update function and frees them in the |
nothing calls this directly
no test coverage detected