| 29 | } |
| 30 | |
| 31 | void throwDateTimeIsNotSupported(const char * name) |
| 32 | { |
| 33 | throw Exception(ErrorCodes::ILLEGAL_TYPE_OF_ARGUMENT, "Illegal type DateTime of argument for function {}", name); |
| 34 | } |
| 35 | |
| 36 | void throwDate32IsNotSupported(const char * name) |
| 37 | { |
no test coverage detected