mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Miscellaneous #1322
This commit is contained in:
parent
d6a3cade18
commit
14d5aa061f
@ -40,7 +40,7 @@ namespace
|
|||||||
/** Return ColumnNullable of src, with null map as OR-ed null maps of args columns in blocks.
|
/** Return ColumnNullable of src, with null map as OR-ed null maps of args columns in blocks.
|
||||||
* Or ColumnConst(ColumnNullable) if the result is always NULL or if the result is constant and always not NULL.
|
* Or ColumnConst(ColumnNullable) if the result is always NULL or if the result is constant and always not NULL.
|
||||||
*/
|
*/
|
||||||
ColumnPtr wrapInNullable(const ColumnPtr & src, Block & block, const ColumnNumbers & args, size_t result, size_t input_rows_count)
|
ColumnPtr wrapInNullable(const ColumnPtr & src, const Block & block, const ColumnNumbers & args, size_t result, size_t input_rows_count)
|
||||||
{
|
{
|
||||||
ColumnPtr result_null_map_column;
|
ColumnPtr result_null_map_column;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user