MCPcopy Create free account
hub / github.com/ByConity/ByConity / throwDateTimeIsNotSupported

Function throwDateTimeIsNotSupported

src/Functions/DateTimeTransforms.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85

Calls 1

ExceptionClass · 0.50

Tested by

no test coverage detected