Commit Graph

2234 Commits

Author SHA1 Message Date
George
33e12f7b4a added aliases for encoding functions 2021-02-16 14:12:44 +03:00
George
bc6fdc7d4b added aliases for date-time functions 2021-02-16 14:12:12 +03:00
George
a632280011 added alias for nulls 2021-02-16 13:53:44 +03:00
Alexander Kuzmenkov
cd944cb1e3
Merge pull request #20154 from sevirov/sevirov-DOCSUP-6438-document_opentelemetry_start_trace_probability_setting
DOCSUP-6438: Document the opentelemetry_start_trace_probability setting
2021-02-15 22:36:02 +03:00
Alexander Kuzmenkov
22a5ef3635
Merge pull request #20095 from sevirov/sevirov-DOCSUP-6437-document_system_opentelemetry_span_log
DOCSUP-6437: Document the system.opentelemetry_span_log system table
2021-02-15 22:34:48 +03:00
Vitaly Baranov
b9a460709d
Merge pull request #19592 from olgarev/revolg-DOCSUP-5823-Add_new_data_type_Map(key,value)
DOCSUP-5823: Documented Map(key,value) type and map() function.
2021-02-15 16:23:21 +03:00
Vladimir
3f7128d8e7
Merge pull request #20085 from gyuton/gyuton-DOCSUP-6295-Update_isIPv4String-andisIPv6String-functions 2021-02-13 17:10:39 +03:00
Vladimir
0bd16745de
Bit more complicated example for isIPv4String - ru 2021-02-12 16:53:44 +03:00
George
90ba831301 Fixes 2021-02-12 09:43:31 +03:00
gyuton
275a7870bc
Update docs/ru/sql-reference/functions/ip-address-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-12 09:21:54 +03:00
Olga Revyakina
bb2a11bcfd Misspelling 2021-02-12 07:43:33 +03:00
Dmitriy
b78f54cc70 Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-6438-document_opentelemetry_start_trace_probability_setting 2021-02-11 22:38:18 +03:00
Dmitriy
6271709efa Fix the description of the setting
Поправил описание настройки.
2021-02-11 22:23:19 +03:00
Dmitriy
d3549aca95 Fix the description of the table
Поправил описание таблицы.
2021-02-11 21:42:15 +03:00
Olga Revyakina
2905df831f JSON deteted 2021-02-11 10:15:18 +03:00
Alex Karo
6bc0dbe8ff Fix broken links to "max table size" param in backup documentation 2021-02-10 22:03:27 +03:00
Kruglov Pavel
df7cc6b195
Merge pull request #20026 from gyuton/gyuton-DOCSUP-5788-Document_the_optimize_on_insert_setting
DOCSUP-5788: Documented the optimize_on_insert setting
2021-02-10 19:55:32 +03:00
gyuton
023deaaec6
Update settings.md 2021-02-10 18:55:48 +03:00
Denny Crane
ca855e36a1
Update external-dicts-dict-layout.md
range_hashed corrected
2021-02-09 14:49:45 -04:00
Dmitriy
ed59b355c0 Update the description of the opentelemetry_start_trace_probability setting
Обновил документацию настройки.
2021-02-09 20:34:16 +03:00
Nikita Mikhaylov
39c73cb448
Merge pull request #19954 from gyuton/gyuton-DOCSUP-5978-document_max_partitions_to_read
DOCUP-5978: Documented max_partitions_to_read
2021-02-09 15:47:17 +03:00
alexey-milovidov
709e74d7ff
Update insert-into.md 2021-02-09 15:14:30 +03:00
alesapin
570d5efcfb
Merge pull request #20181 from olgarev/revolg-DOCSUP-4920-MongoDB_engine
DOCSUP-4920: Documented MongoDB engine
2021-02-09 10:16:42 +03:00
gyuton
4d4f20142e
Update docs/ru/operations/settings/merge-tree-settings.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-09 00:54:00 +03:00
tavplubix
1c053c877c
Merge pull request #20108 from gyuton/gyuton-DOCSUP-6110-Update_argMin_and_argMax
DOCSUP-6110: Updated argMin and argMax
2021-02-08 20:04:26 +03:00
gyuton
79a83c3438
Update argmin.md 2021-02-08 18:25:36 +03:00
gyuton
22f9c82117
Update argmax.md 2021-02-08 18:23:58 +03:00
alesapin
a4cbe59b65
Update mongodb.md 2021-02-08 17:30:59 +03:00
alesapin
54b8950817
Update mongodb.md 2021-02-08 17:27:59 +03:00
Alexander Kuzmenkov
e18349f87a
Merge pull request #20008 from sevirov/sevirov-DOCSUP-5930-add_query_id_to_part_log
DOCSUP-5930: Update the system.part_log system table
2021-02-08 16:58:06 +03:00
Alexander Kuzmenkov
b46e3e77bd
Update part_log.md 2021-02-08 16:57:42 +03:00
lehasm
363aefb42e
DOCSUP-3908: mannWitneyUTest, welchTTest and studentTTest documentation (#19784)
* studentTTest function description

* welchttest description, links in studentttest

* mannWhitneyUTest description

* Text changed slightly

* Text changed slightly

* Text changed slightly

* Text changed slightly

* - First header is first level.
- sample_index type set to UInt64.
- Return values renamed.

- mannWhitneyUTest:
  - added continuity_correction parameter
  - optional parameters wrapped in braces [ ]
  - description refactored
  - example SQL placed on single line

* Improved formulations (hopefully)
General data type names used (Integer, Float, Decimal)
Removed names from return values

* Fixes

* Optional parameters stated explicitly

* New line at the end of files

* Russian function description

* Files moved in the right folder

* Translated 'Original article' to russian

* Typos are fixed

* fixed alowed parameter value: "two sided" -> "two-sided"
* duplicate word "require" is removed from exception messages

* mannWhitneyUTest description changed
Added Tuple link in return values
"samples from two populations" added in short descriptions

* Russian translation updated

* fix

Co-authored-by: Alexey Smirnov <alexey-sm@yandex-team.ru>
2021-02-08 15:58:27 +03:00
alesapin
8aba8e6b1a
Update mongodb.md 2021-02-08 10:09:44 +03:00
Olga Revyakina
f910f00285 Description and link (en, ru) 2021-02-07 17:29:54 +03:00
Dmitriy
f0370b241c Document the opentelemetry_start_trace_probability setting
Задокументировал настройку.
2021-02-06 20:17:25 +03:00
Kruglov Pavel
c92d468b6f
Merge pull request #19792 from gyuton/gyuton-DOCSUP-5909-Document_array_aggregation_functions
DOCSUP-5909: Documented array aggregation functions
2021-02-06 16:52:50 +03:00
George
73b7540ebe Merge branch 'gyuton-DOCSUP-5909-Document_array_aggregation_functions' of https://github.com/gyuton/ClickHouse into gyuton-DOCSUP-5909-Document_array_aggregation_functions 2021-02-06 16:37:53 +03:00
George
a790cd9bc5 Fixes 2021-02-06 16:37:12 +03:00
George
4222b5ece6 Fixes 2021-02-06 13:23:57 +03:00
gyuton
6c91e744e4
Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-06 13:17:36 +03:00
gyuton
951a189830
Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-06 13:17:24 +03:00
gyuton
9b75e5d411
Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-06 13:17:14 +03:00
George
cddfc91bcc Fixes 2021-02-06 13:12:17 +03:00
gyuton
34229bf0aa
Update materialize-mysql.md 2021-02-06 13:01:52 +03:00
gyuton
de30b1477c
Update view.md 2021-02-06 13:00:39 +03:00
George
147cc4ae47 fixed typos 2021-02-06 12:48:53 +03:00
George
09743bdd9f Added translation 2021-02-06 12:43:48 +03:00
Alexander Kuzmenkov
f7dbdc623c
Update style.md 2021-02-05 13:45:38 +03:00
George
294e68e057 Added translation 2021-02-05 12:46:59 +03:00
George
38c2add4f7 Added translation 2021-02-05 11:15:11 +03:00