#include #include #include namespace DB { using FunctionToStartOfMillisecond = FunctionDateOrDateTimeToSomething; REGISTER_FUNCTION(ToStartOfMillisecond) { factory.registerFunction(); } using FunctionToStartOfMicrosecond = FunctionDateOrDateTimeToSomething; REGISTER_FUNCTION(ToStartOfMicrosecond) { factory.registerFunction(); } using FunctionToStartOfNanosecond = FunctionDateOrDateTimeToSomething; REGISTER_FUNCTION(ToStartOfNanosecond) { factory.registerFunction(); } }