Add const for bool enable_extended_results_for_datetime_functions

This commit is contained in:
Roman Vasin 2022-09-16 09:54:24 +00:00
parent d82cd7b007
commit bc97da686a

View File

@ -13,7 +13,7 @@ template <typename Transform>
class FunctionCustomWeekToDateOrDate32 : public IFunctionCustomWeek<Transform>, WithContext
{
public:
bool enable_extended_results_for_datetime_functions = false;
const bool enable_extended_results_for_datetime_functions = false;
static FunctionPtr create(ContextPtr context_)
{