mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Update FunctionsArray.h
This commit is contained in:
parent
94f86eda79
commit
2c6a9b2a92
@ -1255,7 +1255,8 @@ private:
|
||||
const ColumnArray::Offsets & offsets,
|
||||
const ColumnRawPtrs & columns,
|
||||
IColumn & res_data_col,
|
||||
ColumnArray::Offsets & res_offsets);
|
||||
ColumnArray::Offsets & res_offsets,
|
||||
const ColumnNullable * nullable_col);
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user