mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Fix debug build
This commit is contained in:
parent
2a335434c6
commit
e8cd92bba3
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user