Commit Graph

797 Commits

Author SHA1 Message Date
alexey-milovidov
ac57e057a1
Merge pull request #23028 from ClickHouse/cast_to_value_or_default
Merging #21330
2021-10-03 11:00:48 +03:00
alexey-milovidov
b29e877f26
Merge pull request #29182 from ClickHouse/yandex-to-clickhouse-in-configs
Replace `<yandex>` to `<clickhouse>` in configs and more.
2021-10-01 12:24:12 +03:00
Nikita Tikhomirov
2d23f40fd2 Added documentation for MD4 and SHA384 functions. Supplementing documentation with SHA-512 where it was missing. 2021-10-01 04:38:34 +03:00
mergify[bot]
8852f933bc
Merge branch 'master' into yandex-to-clickhouse-in-configs 2021-09-29 21:48:43 +00:00
Nikita Mikhaylov
54ac0801a2
Merge pull request #28669 from bharatnc/ncb/s2-function-docs
Add initial docs for s2 functions
2021-09-30 00:06:34 +03:00
Maksim Kita
a5151fb49b Function accurateCastOrDefault updated implementation 2021-09-29 17:52:08 +03:00
mergify[bot]
6a2ac6e871
Merge branch 'master' into yandex-to-clickhouse-in-configs 2021-09-29 13:29:08 +00:00
Maksim Kita
9cce37ee87
Merge pull request #29331 from lehasm/alexey-sm-DOCSUP-15139-document--RELOAD-FUNCTION
DOCSUP-15139: document user defined functions (XML config)
2021-09-29 11:58:41 +03:00
lehasm
ca203c943e
Update docs/en/sql-reference/functions/index.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-09-29 08:26:32 +03:00
lehasm
900dad6d6f
Update docs/en/sql-reference/functions/index.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-09-29 08:25:44 +03:00
lehasm
85826bb014
Update docs/en/sql-reference/functions/index.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-09-29 08:24:56 +03:00
Maksim Kita
1e5e93830b Merge branch 'master' into cast_to_value_or_default 2021-09-28 14:04:10 +03:00
Alexey
eeea3caf49 typos 2021-09-27 20:32:38 +00:00
Alexey
af1fbb1d6e en fixes 2021-09-27 20:15:15 +00:00
mergify[bot]
64669a28ce
Merge branch 'master' into yandex-to-clickhouse-in-configs 2021-09-26 22:59:23 +00:00
Alexey
59a69b64e0 Improved text 2021-09-26 19:44:53 +00:00
bharatnc
74b5c71717 Merge remote-tracking branch 'upstream/master' into ncb/s2-function-docs 2021-09-25 23:00:08 -07:00
bharatnc
ada1baff74 Add more review fixes 2021-09-25 22:59:50 -07:00
bharatnc
ed7617554f Add review fixes 2021-09-25 22:44:44 -07:00
Alexey
89c5d7e5ea Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into alexey-sm-DOCSUP-15139-document--RELOAD-FUNCTION 2021-09-25 19:33:24 +00:00
bharatnc
a5a8d132d0 Fix doc references 2021-09-25 10:15:12 -07:00
Alexey Milovidov
82d57c6e47 Merge branch 'master' into yandex-to-clickhouse-in-configs 2021-09-25 01:38:39 +03:00
Alexey
455550ab03 en draft 2021-09-24 11:44:29 +00:00
alexey-milovidov
b8083929a6
Merge branch 'master' into yandex-to-clickhouse-in-configs 2021-09-23 20:49:40 +03:00
bharatnc
f02d81be24 Merge remote-tracking branch 'upstream/master' into ncb/complete-h3-inspection-funcs 2021-09-23 08:59:39 -07:00
Dmitriy
8f9a45ea05
DOCSUP-14458: Edit and translate to Russian (two settings and subBitmap function) (#28996)
* Edit and translate to Russian

Выполнил перевод на русский язык.

* Update settings.md

Поправил документацию.

* Update docs/ru/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/sql-reference/functions/bitmap-functions.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/sql-reference/functions/bitmap-functions.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/sql-reference/functions/bitmap-functions.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update bitmap-functions.md

Обновил описание.

* Update docs/ru/sql-reference/functions/bitmap-functions.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/sql-reference/functions/bitmap-functions.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/en/sql-reference/functions/bitmap-functions.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/sql-reference/functions/bitmap-functions.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/en/sql-reference/functions/bitmap-functions.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update subBitmap function

Поправил описание функции subBitmap.

Co-authored-by: Dmitriy <sevirov@yandex-team.ru>
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-22 19:12:31 +03:00
mergify[bot]
fd39fc58d7
Merge branch 'master' into yandex-to-clickhouse-in-configs 2021-09-22 13:35:20 +00:00
Kruglov Pavel
e8dca52e8b
Merge pull request #28946 from sevirov/sevirov-DOCSUP-13429-document_the_short_circuit_function_evaluation_setting
DOCSUP-13429: Document the short_circuit_function_evaluation setting
2021-09-22 15:33:52 +03:00
quoctan132
c1453a0786
Update rounding-functions.md
Wrong result in the Examples of Banker’s rounding
2021-09-22 15:12:35 +07:00
bharatnc
706dc1d206 Docs for h3GetFaces func 2021-09-21 17:41:37 -07:00
Alexey Milovidov
e9e77b4403 .tech -> .com 2021-09-22 03:22:57 +03:00
bharatnc
e5dd24d14f Docs for h3IsPentagon func 2021-09-21 17:02:00 -07:00
bharatnc
c09fae78e7 Docs for func h3ResIsClassIII 2021-09-21 16:52:47 -07:00
alexey-milovidov
0880ae2883
Merge branch 'master' into yandex-to-clickhouse-in-configs 2021-09-21 20:17:28 +03:00
Alexey Milovidov
147ef79670 Change website URL, part 1 2021-09-20 01:56:28 +03:00
Ivan Blinkov
f429db1ee9 find . -type f -name '*.md'| xargs -I{} perl -pi -e 's|https://clickhouse.tech|https://clickhouse.com|g' {} 2021-09-19 23:05:54 +03:00
Dmitriy
816bd7184f Update examples
Упростил примеры.
2021-09-18 15:09:56 +03:00
mergify[bot]
d4ac1fdba0
Merge branch 'master' into h3-functions 2021-09-15 21:24:31 +00:00
Dmitriy
ad8812a3e2 Translate to Russian
Перевел на русский язык.
2021-09-15 22:15:52 +03:00
Dmitriy
b0f4149503 Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-13429-document_the_short_circuit_function_evaluation_setting 2021-09-15 20:56:12 +03:00
Dmitriy
6bc4b76d9a
Update docs/en/sql-reference/functions/logical-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-15 20:36:43 +03:00
Dmitriy
eea48c9382
Update docs/en/sql-reference/functions/logical-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-15 20:36:37 +03:00
Dmitriy
0a90394776
Update docs/en/sql-reference/functions/conditional-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-15 20:36:29 +03:00
Dmitriy
059fbde903
Update docs/en/sql-reference/functions/conditional-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-15 20:36:19 +03:00
Denny Crane
efd4ac381b
Update rounding-functions.md 2021-09-14 00:19:17 -03:00
fuzzERot
dba428c443 Implementation of h3ToGeoBoundary 2021-09-12 23:47:51 +03:00
Dmitriy
3db36056c9 Update the short_circuit_function_evaluation setting
Обновил описание.
2021-09-12 20:20:20 +03:00
Dmitriy
a67bf8615a Document the short_circuit_function_evaluation setting
Задокументировал новую настройку.
2021-09-12 17:36:04 +03:00
Vladimir C
aee967de3d
Merge pull request #28194 from ka1bi4/romanzhukov-DOCSUP-12543-bin-unbin-functions 2021-09-11 10:47:17 +03:00
Vladimir C
a581603964
Apply suggestions from code review 2021-09-11 10:46:55 +03:00