#include #include #include namespace DB { using FunctionToStartOfHour = FunctionDateOrDateTimeToDateTimeOrDateTime64; REGISTER_FUNCTION(ToStartOfHour) { factory.registerFunction(); } }