ClickHouse/clickhouse-cpp

class clickhouse::ColumnArrayT<clickhouse::columnIpv4> has no member named begin.

vovchick12385 opened this issue · 2 comments

class clickhouse::ColumnArrayTclickhouse::columnIpv4 has no member named begin.
Hello. I'm trying to iterate over such a container, but the compiler throws errors. I found the begin and end methods in the code and they seem to be public. Why can't I access these methods?