#include #include namespace DB { using FunctionAddNanoseconds = FunctionDateOrDateTimeAddInterval; REGISTER_FUNCTION(AddNanoseconds) { factory.registerFunction(); } }