shteinitz
Results
1
issues of
shteinitz
What is the correct way to decode a column whose ClickHouse type is `Array(Tuple(String, String))` and map it to a Go `[][]string`? For example, given the following SQL query: ```sql...