| 269 | } |
| 270 | |
| 271 | void TimestampFunctions::FromUnixPrepare( |
| 272 | FunctionContext* context, FunctionContext::FunctionStateScope scope) { |
| 273 | UnixAndFromUnixPrepare(context, scope, FORMAT); |
| 274 | } |
| 275 | |
| 276 | } |
nothing calls this directly
no test coverage detected