clickhouse
https://github.com/yandex/clickhouse
C++
ClickHouse is a free analytic DBMS for big data.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C++ not yet supported61 Subscribers
View all SubscribersAdd a CodeTriage badge to clickhouse
Help out
- Issues
- Npy format: negative shape dimension causes infinite loop
- Support `IS TRUE`, `IS FALSE`, `IS UNKNOWN` boolean predicates
- Support `ESCAPE` clause in `LIKE` patterns
- Support `OVERLAPS` predicate for time period comparison
- Support `OVERLAY(string PLACING replacement FROM start FOR length)` function
- Support `FROM (VALUES (...), ...) AS alias(col, ...)` table value constructor
- Add setting to make `||` / `concat()` propagate NULL instead of treating it as empty string
- Add setting to make `CAST(NULL AS type)` return a typed NULL instead of the type's default value
- Support `SIMILAR TO` pattern matching predicate
- Support `UNIQUE(subquery)` predicate that tests for no duplicate rows
- Docs
- C++ not yet supported