mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
If for Nullable: continued [#CLICKHOUSE-2873].
This commit is contained in:
parent
7a3c2789c5
commit
130166ea0b
@ -1336,8 +1336,8 @@ private:
|
|||||||
|
|
||||||
executeImpl(temporary_block, {0, 1, 2}, 3);
|
executeImpl(temporary_block, {0, 1, 2}, 3);
|
||||||
|
|
||||||
block.getByPosition(result).column = temporary_block.getByPosition(3).column;
|
|
||||||
ColumnPtr & result_column = block.getByPosition(result).column;
|
ColumnPtr & result_column = block.getByPosition(result).column;
|
||||||
|
result_column = temporary_block.getByPosition(3).column;
|
||||||
|
|
||||||
if (ColumnNullable * result_nullable = typeid_cast<ColumnNullable *>(result_column.get()))
|
if (ColumnNullable * result_nullable = typeid_cast<ColumnNullable *>(result_column.get()))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user