mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Add const for bool enable_extended_results_for_datetime_functions
This commit is contained in:
parent
d82cd7b007
commit
bc97da686a
@ -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_)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user