ClickHouse/clickhouse-cpp

make ColumnMap from ColumnTuple , but can not do back

Embarraess opened this issue · 1 comments

we can easy to get ColumnMap or ColumnArray , but when we cast ColumnMap or ColumnArray to Column , the trouble coming .

here is the trouble

wo can cast Column back to ColumnMap or ColumnArray , but we do not know the exact basic type (at lease now),because we can't convet ColumnMap to ColumnTuple , so we can't create a ColumnMap or ColumnArray from column dynamically

Enmk commented

Hi @Embarraess ! Could you please post an example that reproduces the issue? It is not clear what you are trying to do...