mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 04:12:19 +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
|
class FunctionCustomWeekToDateOrDate32 : public IFunctionCustomWeek<Transform>, WithContext
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
bool enable_extended_results_for_datetime_functions = false;
|
const bool enable_extended_results_for_datetime_functions = false;
|
||||||
|
|
||||||
static FunctionPtr create(ContextPtr context_)
|
static FunctionPtr create(ContextPtr context_)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user