Fix debug build

This commit is contained in:
alesapin 2020-04-15 13:12:03 +03:00
parent 2a335434c6
commit e8cd92bba3

View File

@ -590,7 +590,7 @@ private:
return true;
}
void executeGeneric(const ColumnUInt8 * cond_col, Block & block, const ColumnNumbers & arguments, size_t result, size_t input_rows_count)
static void executeGeneric(const ColumnUInt8 * cond_col, Block & block, const ColumnNumbers & arguments, size_t result, size_t input_rows_count)
{
/// Convert both columns to the common type (if needed).