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