| 264 | } |
| 265 | |
| 266 | void TimestampFunctions::ToUnixPrepare( |
| 267 | FunctionContext* context, FunctionContext::FunctionStateScope scope) { |
| 268 | UnixAndFromUnixPrepare(context, scope, PARSE); |
| 269 | } |
| 270 | |
| 271 | void TimestampFunctions::FromUnixPrepare( |
| 272 | FunctionContext* context, FunctionContext::FunctionStateScope scope) { |
nothing calls this directly
no test coverage detected