go-clickhouse
go-clickhouse copied to clipboard
Extremes and WITH TOTALS support
Currently Iter.Scan() breaks on the first empty line and misses extremes and WITH TOTALS rows which separated from the main data by an empty line. https://clickhouse.yandex/reference_en.html#TabSeparated I see 2 ways:
- Include additional data by default
- Add flag Iter.SetAdditionalData(bool)