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