mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
0d942a69c5
Cap'n Proto is a binary message format. Like Protocol Buffers and Thrift (but unlike JSON or MessagePack), Cap'n Proto messages are strongly-typed and not self-describing. Due to this, it requires a schema setting to specify schema file and the root object. The schema is parsed on runtime and cached for each SQL statement. |
||
---|---|---|
.. | ||
_static | ||
_templates | ||
en | ||
ru | ||
Makefile | ||
README.md |
This is the source code for ClickHouse documentation which is published on official website:
- In English: https://clickhouse.yandex/docs/en/
- In Russian: https://clickhouse.yandex/docs/ru/