Skip to content

Commit

Permalink
Merge pull request #304 from mcgrawia/histogram-support
Browse files Browse the repository at this point in the history
Support for Tuples and Histogram queries
  • Loading branch information
kshvakov authored May 2, 2021
2 parents 60e5bcc + 695d178 commit 4ef1e08
Show file tree
Hide file tree
Showing 6 changed files with 690 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ tcp://host1:9000?username=user&password=qwerty&database=clicks&read_timeout=10&w
* Enum
* UUID
* Nullable(T)
* [Array(T) (one-dimensional)](https://clickhouse.yandex/reference_en.html#Array(T)) [godoc](https://godoc.org/github.com/ClickHouse/clickhouse-go#Array)
* [Array(T)](https://clickhouse.yandex/reference_en.html#Array(T)) [godoc](https://godoc.org/github.com/ClickHouse/clickhouse-go#Array)
* Tuple(...T)

## TODO

Expand Down
Loading

0 comments on commit 4ef1e08

Please sign in to comment.