#include #include #include #include #include namespace DB { using FunctionWeek = FunctionCustomWeekToSomething; using FunctionYearWeek = FunctionCustomWeekToSomething; void registerFunctionToCustomWeek(FunctionFactory & factory) { factory.registerFunction(); factory.registerFunction(); } }