In Clickhouse Map(K, V) is not unique collection. https://clickhouse.com/docs/sql-reference/data-types/map ``` i.e. a map can contain two elements with the same key ``` But documentation tell us that Map(K, V) is in Dictionary<K, V>(https://clickhouse.com/docs/integrations/csharp#type-map-reading-other). It`s mistake of documentation or how can not unique Map can be in Dictionary?
In Clickhouse Map(K, V) is not unique collection.
https://clickhouse.com/docs/sql-reference/data-types/map
But documentation tell us that Map(K, V) is in Dictionary<K, V>(https://clickhouse.com/docs/integrations/csharp#type-map-reading-other). It`s mistake of documentation or how can not unique Map can be in Dictionary?