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