mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fix build
This commit is contained in:
parent
69d4381a3e
commit
975a59af7a
@ -29,7 +29,7 @@ private:
|
||||
const ColumnsWithTypeAndName & columns_to_capture,
|
||||
bool is_short_circuit_argument_ = false,
|
||||
bool is_function_compiled_ = false,
|
||||
bool recursively_convert_result_to_full_if_low_cardinality_ = false);
|
||||
bool recursively_convert_result_to_full_column_if_low_cardinality_ = false);
|
||||
|
||||
public:
|
||||
const char * getFamilyName() const override { return "Function"; }
|
||||
|
Loading…
Reference in New Issue
Block a user