ClickHouse® is a real-time analytics DBMS
Go to file
Azat Khuzhin 65c17f0c2c Fix usage of static dbms library (add clickhouse_aggregate_functions)
The following error reported:

    FAILED: src/Interpreters/tests/hash_map
    ...
    ld.lld: error: undefined symbol: typeinfo for DB::AggregateFunctionCount
    >>> referenced by typeinfo:308 (../contrib/libcxx/include/typeinfo:308)
    >>>               InterpreterSelectQuery.cpp.o:(std::__1::enable_if<is_pointer_v<DB::AggregateFunctionCount*>, DB::AggregateFunctionCount*>::type typeid_cast<DB::AggregateFunctionCount*, DB::IAggregateFunction>(DB::IAggregateFunction*)) in archive src/libdbms.a
    collect2: error: ld returned 1 exit status

And also this one with gold linker:

  FAILED: programs/clickhouse-odbc-bridge
  ...  src/AggregateFunctions/libclickhouse_aggregate_functions.a ... src/libdbms.a ...
  ../contrib/libcxx/include/typeinfo:308: error: undefined reference to 'typeinfo for DB::AggregateFunctionCount'

Due to order?

Introduced by 394fb64a9cda376ca8dfa8bac08a4fbcfa9bf3bf/#11661 I guess.
2020-06-18 01:53:14 +03:00
.github Rename "Non-significant" to "Not for changelog". 2020-05-22 23:09:44 +03:00
base Refactor CMake build files (#11390) 2020-06-09 13:54:49 +03:00
benchmark
cmake Merge branch 'master' into merging_external_source_cassandra 2020-06-09 19:51:14 +03:00
contrib Update submodule 2020-06-17 10:12:24 +03:00
debian Revert "Revert "Allow to build binaries and tests from deb package build. "" 2020-05-21 18:02:52 +03:00
docker update pvs studio 2020-06-16 19:22:06 +03:00
docs [blog] add integration with HackerNews and Reddit (#11728) 2020-06-17 15:12:05 +03:00
programs Fix usage of static dbms library (add clickhouse_aggregate_functions) 2020-06-18 01:53:14 +03:00
src Fix usage of static dbms library (add clickhouse_aggregate_functions) 2020-06-18 01:53:14 +03:00
tests Merge pull request #11706 from ClickHouse/add_column_check 2020-06-17 20:09:57 +03:00
utils Better way of implementation 2020-06-14 20:42:11 +03:00
website [blog] adjust style 2020-06-17 20:05:57 +03:00
.arcignore Added .arcignore 2020-05-21 09:17:03 +03:00
.clang-format
.clang-tidy
.editorconfig
.gitattributes Better stats on github [#METR-20000]. 2016-05-04 18:03:17 +03:00
.gitignore
.gitmodules cleenup 2020-06-04 00:11:17 +03:00
.potato.yml
.vimrc
AUTHORS
CHANGELOG.md Update CHANGELOG.md 2020-05-31 18:27:21 +03:00
CMakeLists.txt Merge branch 'master' into merging_external_source_cassandra 2020-06-09 19:51:14 +03:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
docker-compose.yml
format_sources allow several <graphite> targets (#603) 2017-03-21 23:08:09 +04:00
LICENSE
PreLoad.cmake
README.md Update README.md 2020-06-10 18:02:24 +03:00
release
SECURITY.md
uncrustify.cfg
ya.make

ClickHouse — open source distributed column-oriented DBMS

ClickHouse is an open-source column-oriented database management system that allows generating analytical data reports in real time.

  • Official website has quick high-level overview of ClickHouse on main page.
  • Tutorial shows how to set up and query small ClickHouse cluster.
  • Documentation provides more in-depth information.
  • YouTube channel has a lot of content about ClickHouse in video format.
  • Slack and Telegram allow to chat with ClickHouse users in real-time.
  • Blog contains various ClickHouse-related articles, as well as announces and reports about events.
  • Yandex.Messenger channel shares announcements and useful links in Russian.
  • Contacts can help to get your questions answered if there are any.
  • You can also fill this form to meet Yandex ClickHouse team in person.

Upcoming Events