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