#include #include #include #include #include namespace DB { using FunctionToStartOfQuarter = FunctionDateOrDateTimeToSomething; void registerFunctionToStartOfQuarter(FunctionFactory & factory) { factory.registerFunction(); } }