Fix build

This commit is contained in:
Kruglov Pavel 2022-11-21 13:51:17 +01:00 committed by GitHub
parent 69d4381a3e
commit 975a59af7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"; }