sundy-li
7292748012
fix docs
2019-10-30 10:06:30 +08:00
liu-bov
7b3e34a79a
docs(repeat): Added repeat function description
2019-10-29 12:39:29 +03:00
sundy-li
66ffec32f7
improve range to support start,step args
2019-10-29 14:33:03 +08:00
sundy-li
3f1651fa29
improve range
2019-10-29 11:03:47 +08:00
memo
3449e8d107
fix
2019-10-29 10:27:54 +08:00
Alexander Kuzmenkov
6e2af3db41
Merge pull request #7480 from azat/crc-v3
...
Add CRC32IEEE()/CRC64() support
2019-10-28 16:16:37 +03:00
sundy-li
538b77c123
functions: add char function as mysql behavior
2019-10-28 10:44:56 +08:00
hcz
01d384e6bd
Add docs
2019-10-26 21:38:05 +08:00
Sergei Bocharov
7db76a50f1
Fixes
2019-10-25 17:15:35 +03:00
Azat Khuzhin
2d2e738085
Add CRC32IEEE()/CRC64() support
...
zlib's implementation uses CRC-32-IEEE 802.3 polynomial (0xedb88320) but
with starting value 0xffffffff, so introduce another crc32
implementation - CRC32IEEE that has starting value - 0
Also add CRC64 with ECMA polynomial.
v2: s/crc*_data./crc*_data./ to avoid conflicts with other crc32.h in contrib
v3: join with existing CRC32()
2019-10-25 15:52:41 +03:00
BayoNet
539c3ff89d
DOCAPI-7790: Different changes from other tasks.
2019-10-25 14:45:07 +03:00
filimonov
cbecfd2432
Fixing 'note' markdown
2019-10-25 13:04:07 +02:00
filimonov
3e9e258693
remove some obsolete notes about mutations
2019-10-25 11:37:22 +02:00
BayoNet
e33c1f25d5
Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/DOCAPI-7790-query-profiler
2019-10-25 11:59:01 +03:00
Sergei Bocharov
4ee2748271
Fixes after DOCSUP
2019-10-24 18:17:24 +03:00
liu-bov
80fee23416
docs(dateDiff): adding description
2019-10-24 17:29:57 +03:00
Mikhail f. Shiryaev
3d2eab7535
Add PARTITION ID to OPTIMIZE documentation
2019-10-24 09:49:58 +02:00
Sergei Bocharov
483a897329
Fixes after DOCSUP
2019-10-23 14:28:08 +03:00
BayoNet
04a6c6ac4d
Docs links fix ( #7448 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* Link fixes.
* Fixed links.
2019-10-23 13:51:06 +03:00
Alexander Kuzmenkov
5ac672bfdf
Merge pull request #7273 from azat/uniqCombined-fix-docs
...
[RFC] Drop note about "estimation error for large sets will be large"
2019-10-23 13:49:04 +03:00
asiana21
26525d4d17
docs(toUnixTimestamp): converts a date with time to a Unix timestamp
2019-10-23 13:42:07 +03:00
asiana21
64b2fc4426
docs(toUnixTimestamp): converts a date with time to a Unix timestamp
2019-10-23 13:42:07 +03:00
Sergei Bocharov
03fbe8864c
Fixes after DOCSUP
2019-10-23 12:31:27 +03:00
elenaspb2019
d513144e72
docs(identity()):The description of identity() function was added.
2019-10-23 12:17:23 +03:00
Sergei Bocharov
c156dfa6c7
Fixes for DOCSUP
2019-10-22 15:27:52 +03:00
elenaspb2019
575b4829fe
elenbaskakova-DOCSUP-178
...
docs(multiSearchAllPositions, multiSearchAllPositionsUTF8): Full description of functions was added
2019-10-22 14:24:29 +03:00
elenaspb2019
aecece6789
elenbaskakova-DOCSUP-178
...
docs(multiSearchAllPositions, multiSearchAllPositionsUTF8): Full description of functions was added
2019-10-22 14:24:29 +03:00
Guillaume Tassery
552e3b8400
update
2019-10-22 08:03:49 +02:00
memo
645bcdacae
add docs and simplify the code
2019-10-22 10:23:07 +08:00
Vitaly Baranov
f611fd4dfa
Merge pull request #7293 from Vdimir/feature/isvalidjson-5910
...
Add function isValidJSON
2019-10-21 21:24:18 +03:00
Aleksey Akulovich
a019e45093
fix typos in docs and comment ( #7385 )
2019-10-20 12:43:54 +08:00
VDimir
f1630b4e2e
Merge branch 'master' into feature/isvalidjson-5910
2019-10-19 06:21:21 +00:00
hcz
502672c973
Add aggregate function combinators: -OrNull & -OrDefault ( #7331 )
2019-10-18 12:25:39 +03:00
BayoNet
6e87eb9fd7
DOCAPI-8163: EN review, RU translation.
2019-10-17 16:47:19 +03:00
Nikolai Kochetov
dfe297b93f
Merge pull request #6570 from godfreyd/godfreyd-clickhouse-catboost
...
Docs(solutions): applying a CatBoost model in ClickHouse
2019-10-16 17:24:11 +03:00
alexey-milovidov
1b8cb59e4b
Merge pull request #7286 from azat/docs-agg_functions-notes-fixes
...
Fix notes syntax in documentation
2019-10-14 20:12:53 +03:00
FeehanG
436e87a8ed
Update parametric_functions.md
2019-10-14 14:03:23 +03:00
Sergei Bocharov
4331a1614f
Fixes after review
2019-10-14 13:34:27 +03:00
Danila Kutenin
61a97add8d
Some docs
2019-10-13 15:35:43 +02:00
Danila Kutenin
57f20ba17e
All multi{Fuzzy}MatchAllIndices functions
2019-10-13 15:22:09 +02:00
alexey-milovidov
4dffc67434
Merge pull request #7291 from sundy-li/FQDN
...
Function FQDN, fullHostName
2019-10-12 20:02:22 +03:00
VDimir
9a9a234410
Add doc for isValidJSON
2019-10-12 12:00:46 +00:00
sundy-li
4e48992397
fullHostName by function getFQDNOrHostName
2019-10-12 17:21:30 +08:00
sundy-li
59d2989826
Function FQDN,fullHostName
2019-10-12 15:17:30 +08:00
Zhichang Yu
679db35ed3
Fixed #7109 groupBitmapOr(31) segfault
2019-10-12 10:36:52 +08:00
Azat Khuzhin
b0e131a46f
docs: fix notes syntax (triple !)
2019-10-11 23:21:59 +03:00
Azat Khuzhin
c2fa7ffcd3
Drop note about "estimation error for large sets will be large"
...
Since error is not that large, especially for uniqCombined64():
rows error uniqCombined64()/rows
- 1e7 0.00219 (1.0021969)
- 1e8 0.00096 (0.99903523)
- 2e8 0.50200 (1.005022735)
- 1e9 0.99944 (0.999435738)
- 1e10 0.01399 (0.9998568925)
- 1e11 0.09800 (1.00097891658)
- 1e12 0.29800 (0.997024870685)
- 1e13 0.62200 (1.0062169910992)
- 1e14 0.06200 (1.00062143604171)
2019-10-10 02:03:14 +03:00
alexey-milovidov
689411abe0
Merge pull request #7222 from azat/uniqCombined64
...
[RFC] Introduce uniqCombined64() to get sane results for cardinality > UINT_MAX
2019-10-09 20:29:56 +03:00
alexey-milovidov
6d31c3e730
Update reference.md
2019-10-09 20:28:15 +03:00
alexey-milovidov
4c1f0177b6
Merge pull request #7109 from infinivision/aggBitmapAnd
...
added groupBitmapAnd, groupBitmapOr, groupBitmapXor
2019-10-08 22:51:46 +03:00
Azat Khuzhin
f46c5a47c0
Introduce uniqCombined64() to get sane results for cardinality > UINT_MAX
...
By default uniqCombined() uses 32-bit hash for all types except String,
so this means that you cannot use uniqCombined() with i.e UInt64 and
cardinality > UINT_MAX, although you can use uniqCombined(toString())
and this will lead to 64-bit hash, but will not have good performance.
So uniqCombined64() had been introduced to fix this.
Requires: #7213
2019-10-08 21:59:35 +03:00
Ivan Blinkov
15deedb420
[docs] fix some title case
2019-10-07 20:00:21 +03:00
Sergei Bocharov
da0e9a1106
Fixes
2019-10-04 10:24:41 +03:00
Elena Baskakova
9d2f9c3d7f
docs(currentUser): fix description
2019-10-04 10:20:17 +03:00
Guillaume Tassery
f54c90ccce
Merge branch 'master' of github.com:PerformanceVision/ClickHouse into move_partition
2019-10-03 10:24:39 +02:00
Denis Zhuravlev
b8a1164d05
Update array_functions.md
...
Fix array functions descriptions.
2019-09-30 20:03:09 -03:00
Denis Zhuravlev
c224ae0afd
Update array_functions.md
...
Fix array functions descriptions.
2019-09-30 19:26:30 -03:00
alexey-milovidov
cbd2f1d8cd
Merge pull request #7112 from godfreyd/godfreyd-startswith
...
Docs(startsWith): Fix startsWith function
2019-09-30 14:59:39 +03:00
alexey-milovidov
42c9ea9aa3
Merge pull request #7092 from PerformanceVision/acl_file_storage
...
Let the choice to write credential for HTTP source on external dictionaries
2019-09-30 13:20:33 +03:00
Sergei Bocharov
b641c7e163
Fix replicate function description
2019-09-30 12:18:43 +03:00
Sergei Bocharov
8a579ee3a6
Fixes after review
2019-09-30 10:24:02 +03:00
BayoNet
fa31743ace
DOCAPI-8259: EN review, RU translation. toInt, toUint docs refactoring and update ( #7043 )
...
* Typo fix.
* Update type_conversion_functions.md (#48 )
* DOCAPI-8259: RU translation
* DOCAPI-8259: EN. Numeric conversion issues.
* DOCAPI-8259: Clarification.
2019-09-28 17:55:50 +03:00
Denis Zhuravlev
e97571d521
Update array_functions.md
...
fix arrayDistinct description
2019-09-27 15:05:11 -03:00
BayoNet
a04756d0dd
DOCAPI-8799: Updated SHOW TABLE dscr. Restructured TOC ( #7128 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* Link fixes.
* DOCAPI-8799: Updated SHOW TABLES. Restructured TOC.
* DOCAPI-8799: Fix.
* DOCAPI-8799: Links fix.
2019-09-27 18:44:36 +03:00
Zhichang Yu
8945714c27
added groupBitmapAnd, groupBitmapOr, groupBitmapXor
2019-09-27 10:21:07 +08:00
Sergei Bocharov
a0e11264ee
Fix startsWith function
2019-09-26 14:39:39 +03:00
BayoNet
df8cb4b619
DOCAPI-7413: EN revew, RU translation. T64 codec docs ( #7021 )
...
* Update create.md (#32 )
* DOCAPI-7413: Fixes.
* DOCAPI-7413: Fixes.
* DOCAPI-7413: RU translation.
2019-09-26 11:51:48 +03:00
Guillaume Tassery
53b10d5b60
docs
2019-09-26 05:42:45 +02:00
Guillaume Tassery
6ac5054f81
Merge branch 'acl_file_storage' of github.com:PerformanceVision/ClickHouse into acl_file_storage
2019-09-26 05:36:06 +02:00
Guillaume Tassery
647568a6f6
cosmetic
2019-09-26 05:34:22 +02:00
BayoNet
9f709d2248
Merge branch 'master' of github.com:yandex/ClickHouse into en-docs/DOCAPI-7790-query-profiler
2019-09-25 15:49:11 +03:00
Guillaume Tassery
f9660bbe47
Update external_dicts_dict_sources.md
2019-09-25 13:37:13 +02:00
Guillaume Tassery
367a0dcdb4
cosmetic
2019-09-25 11:46:48 +02:00
Guillaume Tassery
0267c65e27
Add documentation
2019-09-25 11:42:17 +02:00
Alexey Milovidov
ff07ffbbae
Merge branch 'merging_redis' of https://github.com/CurtizJ/ClickHouse into CurtizJ-merging_redis
2019-09-25 02:27:05 +03:00
BayoNet
f5ba279a6d
DOCAPI-8163: Update for EN docs for sequenceMatch and sequenceCount ( #6952 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* DOCAPI-8163: Docs for sequenceMatch and sequenceCount.
2019-09-25 02:19:14 +03:00
BayoNet
c3c3f3829e
DOCAPI-7719: Columns matcher docs ( #6831 )
...
* Typo fix.
* DOCAPI-7719: Docs
* DOCAPI-7719: Text.
* DOCAPI-7719: Text.
* DOCAPI-7719: Update.
* DOCAPI-7719: Update.
2019-09-25 02:07:52 +03:00
BayoNet
de3dc1d6b5
DOCAPI-7790: Correction by the comment of Lesha Milovidov in the #7056 pull
2019-09-24 17:06:32 +03:00
BayoNet
25b74de305
DOCAPI-7790: Correction by the comment of Lesha Milovidov in the #7056 pull
2019-09-24 17:05:11 +03:00
Sergei Bocharov
4761436a52
Docs(hash_functions): fix xxHash32
, xxHash64
( #6992 )
...
* docs(hash_functions): fix xxHash32, xxHash64
* Fixes after review
* Fixes after review
* Update hash_functions.md
* Update hash_functions.md
2019-09-24 03:50:58 +03:00
BayoNet
f26fdc63a0
DOCAPI-7415: EN review, RU translation. Docs for the -Resample aggregate function combinator. ( #7017 )
...
* Update combinators.md (#39 )
* DOCAPI-7415: RU translation
* DOCAPI-7415: fix.
2019-09-24 03:04:52 +03:00
BayoNet
5b38a7f441
DOCAPI-7438: EN review, RU translation. Update of quantileTiming docs ( #7033 )
...
* Typo fix.
* Update reference.md (#45 )
* DOCAPI-7438: RU translation
2019-09-24 03:01:19 +03:00
BayoNet
3d20675529
DOCAPI-7460: EN review. RU translation. Histogram function description ( #7034 )
...
* Typo fix.
* Update parametric_functions.md (#42 )
* DOCAPI-7460: RU translation.
* Update parametric_functions.md
2019-09-24 02:59:49 +03:00
BayoNet
317e57bbc0
DOCAPI-7984: EN review, RU translation. ASOF JOIN ON docs ( #7035 )
...
* Typo fix.
* Update select.md (#41 )
* DOCAPI-7984: RU translation
2019-09-24 02:57:32 +03:00
BayoNet
2f580c2bbb
DOCAPI-7745: EN review, RU translation for optimize_throw_if_noop docs ( #7051 )
...
* Typo fix.
* Update settings.md (#50 )
* Update misc.md (#51 )
* DOCAPI-7745: RU translation.
* DOCAPI-7745: Fixes.
2019-09-24 02:45:47 +03:00
dasmfm
ff9682cc32
Doc fix for SELECT ... FINAL ( #6157 )
...
* Update select.md
* Update select.md
2019-09-24 02:42:52 +03:00
BayoNet
b46e31d198
DOCAPI-7743: EN review, RU translation for CREATE TABLE AS table_function() docs ( #7056 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* Update index.md (#57 )
* DOCAPI-7743: RU translation.
* Update select.md
* Update index.md
2019-09-24 02:32:02 +03:00
alexey-milovidov
108ea4a330
Merge pull request #6995 from godfreyd/godfrey-javahash-hivehash
...
Docs(hash_functions): fix javaHash & hiveHash functions
2019-09-24 02:27:49 +03:00
alexey-milovidov
834fe73bad
Update hash_functions.md
2019-09-24 02:27:24 +03:00
alexey-milovidov
56bd02cf3a
Merge pull request #7016 from ClickHouse/yet-another-minor-changes-and-docs-for-hdfs
...
Cleanup hdfs docs (instead of #6876 for #5371 )
2019-09-24 02:23:59 +03:00
Alexey Milovidov
8579c26efb
Changed repository URL
2019-09-23 19:18:19 +03:00
BayoNet
2d2bc052e1
DOCAPI-8530: Code blocks markup fix ( #7060 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* docs/en: cleaning some files
* docs/en: cleaning data_types
* docs/en: cleaning database_engines
* docs/en: cleaning development
* docs/en: cleaning getting_started
* docs/en: cleaning interfaces
* docs/en: cleaning operations
* docs/en: cleaning query_lamguage
* docs/en: cleaning en
* docs/ru: cleaning data_types
* docs/ru: cleaning index
* docs/ru: cleaning database_engines
* docs/ru: cleaning development
* docs/ru: cleaning general
* docs/ru: cleaning getting_started
* docs/ru: cleaning interfaces
* docs/ru: cleaning operations
* docs/ru: cleaning query_language
* docs: cleaning interfaces/http
* Update docs/en/data_types/array.md
decorated ```
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/getting_started/example_datasets/nyc_taxi.md
fixed typo
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/getting_started/example_datasets/ontime.md
fixed typo
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/interfaces/formats.md
fixed error
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/table_engines/custom_partitioning_key.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/utils/clickhouse-local.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/dicts/external_dicts_dict_sources.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/utils/clickhouse-local.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/json_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/json_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/other_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/other_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/date_time_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/table_engines/jdbc.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* docs: fixed error
* docs: fixed error
2019-09-23 18:31:46 +03:00
Olga Khvostikova
a6296b2eb0
Merge branch 'master' into yet-another-minor-changes-and-docs-for-hdfs
2019-09-23 18:16:01 +03:00
stavrolia
433e97f9e2
minor changes
2019-09-23 18:12:43 +03:00
stavrolia
fbe3270dfb
need to mention...
2019-09-23 17:50:33 +03:00
Sergei Bocharov
c051964fee
fixes after review
2019-09-23 13:48:21 +03:00
Sergei Bocharov
052c1a562d
Fixes
2019-09-23 13:10:59 +03:00
Sergei Bocharov
6a4a4b5674
Docs(hash_functions): fix javaHash & hiveHash functions
2019-09-23 13:10:59 +03:00
alexey-milovidov
0dc4b1793d
Merge pull request #7036 from infinivision/fix_bitmapMax_doc
...
fix bitmapMin and bitmapMax doc
2019-09-23 01:49:04 +03:00
alexey-milovidov
6fa234cea4
Merge pull request #6894 from azat-archive/hashed-dict-memory-usage-v2
...
[RFC] Add sparsehash support for hashed dictionary (to reduce memory usage)
2019-09-22 15:55:36 +03:00
Zhichang Yu
ab7ecd84a1
fix bitmapMin and bitmapMax doc
2019-09-21 23:34:44 +08:00
Azat Khuzhin
420089c301
Add new dictionary layout (sparse_hashed) that is more memory efficient
...
With this new layout, sparsehash will be used over default HashMap,
sparsehash is more memory efficient but it is also slower.
So in a nutshell:
- HashMap uses ~2x more memory then sparse_hash_map
- HashMap ~2-2.5x faster then sparse_hash_map
(tested on lots of input, and the most close to production was
dictionary with 600KK hashes and UInt16 as value)
TODO:
- fix allocated memory calculation
- getBufferSizeInBytes/getBufferSizeInCells interface
- benchmarks
v0: replace HashMap with google::sparse_hash_map
v2: use google::sparse_hash_map only when <sparse> isset to true
v3: replace attributes with different layout
v4: use ch hash over std::hash
2019-09-21 02:22:40 +03:00
stavrolia
7309e813bc
cleanup hdfs docs
2019-09-20 14:26:00 +03:00
Zhichang Yu
0dc3866c36
added bitmapSubsetLimit
2019-09-19 10:15:36 +08:00
CurtizJ
79a08ef8ea
Merge remote-tracking branch 'upstream/master' into merging_redis
2019-09-18 12:58:22 +03:00
Zhichang Yu
460ccb04a2
added bitmapMin and bitmapMax
2019-09-18 16:56:12 +08:00
Guillaume Tassery
acaa9cdbad
Rename move partition to partition_expr to move partition to table partition_expr
2019-09-17 13:59:09 +02:00
Guillaume Tassery
8920f36d96
merge master
2019-09-16 09:27:38 +02:00
Guillaume Tassery
2402e84bfc
Merge branch 'master' of github.com:PerformanceVision/ClickHouse into move_partition
2019-09-13 11:20:40 +02:00
BayoNet
2c3457dbfe
DOCAPI-7743: CREATE TABLE AS table_function() docs. ( #6887 )
...
* Typo fix.
* DOCAPI-7743: Update of docs around table functions.
* DOCAPI-7743: More changes
* DOCAPI-7743: more fixes.
* DOCAPI-7743: CREATE TABLE
* Update docs/en/query_language/table_functions/index.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-7743: Fixes.
2019-09-12 17:14:19 +03:00
BayoNet
36c0179f54
Fix of links in docs ( #6884 )
...
* Typo fix.
* Links fix.
2019-09-10 14:07:05 +03:00
BayoNet
1bd75b1e74
DOCAPI-7745: optimize_throw_if_noop docs. ( #6848 )
...
* Typo fix.
* DOCAPI-7745: The first version.
* DOCAPI-7745: More text
* DOCAPI-7745: More text.
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/query_language/misc.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-7745: Fixes.
2019-09-10 11:06:22 +03:00
alexey-milovidov
892959033f
Merge pull request #6857 from den-crane/patch-9
...
Doc change. Added some system queries (1st attempt).
2019-09-10 02:41:11 +03:00
alexey-milovidov
87ec80089a
Update system.md
2019-09-10 02:40:41 +03:00
Denis Zhuravlev
8002b7d7a8
Update docs/en/query_language/system.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-09-09 15:34:48 -03:00
Denis Zhuravlev
927a31f8e2
Update docs/en/query_language/system.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-09-09 15:34:08 -03:00
Denis Zhuravlev
0c6d583a15
Doc change. less confusing description for pointInEllipses ( #6790 )
2019-09-09 20:51:58 +03:00
CurtizJ
3b3657ff1e
Merge branch 'add-ext-dict-redis' of https://github.com/comunodi/ClickHouse into merging_redis
2019-09-09 13:51:50 +03:00
Alexander Mezhov
e25b906c7f
Fix formatting error
2019-09-09 11:18:01 +05:00
Denis Zhuravlev
34bc227d76
Update docs/en/query_language/system.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-09-06 20:11:10 -03:00
Denis Zhuravlev
3178b50505
Update docs/en/query_language/system.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-09-06 20:09:02 -03:00
Denis Zhuravlev
26572e19f9
Update docs/en/query_language/system.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-09-06 20:08:42 -03:00
Denis Zhuravlev
b8f1ebfe62
Update docs/en/query_language/system.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-09-06 20:08:29 -03:00
Denis Zhuravlev
edf101def0
Update system.md
...
Added some system queries (1st attempt).
2019-09-06 17:54:37 -03:00
Anton Popov
69da4f30b3
Merge branch 'master' into merging_input_function
2019-09-06 16:20:00 +03:00
BayoNet
76c84d1d63
DOCAPI-7695: Functions support for indexes ( #6784 )
2019-09-06 12:07:23 +03:00
Denis Zhuravlev
a2c95b3c49
Update array_functions.md
...
added note about ArrayElement index 0 case.
2019-09-05 19:37:42 -03:00
Denis Zhuravlev
037bd893fc
Update array_functions.md
...
added note about ArrayElement index 0 case.
2019-09-05 19:36:34 -03:00
Olga Khvostikova
4129d8cf60
Merge pull request #6092 from yandex/globs-in-file-one-more-attempt
...
Globs in storage file and HDFS
2019-09-05 23:05:37 +03:00
BayoNet
a0a0f1607c
DOCAPI-8259: toInt, toUint docs refactoring and update. ( #6797 )
...
* Typo fix.
* DOCAPI-8259: toInt, toUint refactoring and update.
* Update docs/en/query_language/functions/type_conversion_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-8259: Fixes.
* DOCAPI-8259: Fixes.
2019-09-05 10:22:30 +03:00
CurtizJ
7accc09066
Merge branch 'palasonic-add-input-function' of https://github.com/palasonic1/ClickHouse into merging_input_function
2019-09-04 15:25:20 +03:00
stavrolia
32bf915610
More docs
2019-09-04 14:11:30 +03:00
alexey-milovidov
c5ccce3c71
Merge pull request #6789 from den-crane/patch-4
...
Doc change. FROM FINAL can be used not only with CollapsingMergeTree
2019-09-03 21:34:04 +03:00
stavrolia
97ac979645
Add docs for hdfs and fix some review comments
2019-09-03 17:23:51 +03:00
alexey-milovidov
bc37ede1e6
Merge pull request #6788 from den-crane/patch-3
...
Doc change. identity function + translation to russian for throwIf / modelEvaluate
2019-09-03 14:48:37 +03:00
Ivan Blinkov
e69340dfb5
more fixes
2019-09-03 11:56:16 +03:00
Ivan Blinkov
aec5c4531f
fix note markdown
2019-09-03 11:53:22 +03:00
Denis Zhuravlev
fb1b8cf778
Update select.md
...
FROM FINAL can be used not only with CollapsingMergeTree
2019-09-02 23:21:32 -03:00
Denis Zhuravlev
9e0b312fbb
Update other_functions.md
...
throwIf second parameter
2019-09-02 22:27:48 -03:00
Denis Zhuravlev
bd1aabd280
Update other_functions.md
...
added description for identity function
2019-09-02 21:18:44 -03:00
Denis Zhuravlev
797f556a3e
Update other_functions.md
...
Changed C comment to SQL comment
2019-09-02 20:58:06 -03:00
Denis Zhuravlev
d7763e132e
Update other_functions.md
...
Example of max_block_size impact on runningDifference.
2019-09-02 17:15:40 -03:00
Guillaume Tassery
ec2aa9e90b
Update documentation
2019-09-02 11:29:08 +02:00
Guillaume Tassery
2164d5e9b7
Add documentation
2019-09-02 11:15:38 +02:00
alexey-milovidov
9a5488fbd1
Merge pull request #6660 from den-crane/patch-1
...
Documentation change. range_hashed dict arbitrary type description.
2019-08-27 23:13:07 +03:00
BayoNet
b076933009
DOCAPI-7400: Gorilla codecs. EN review. RU translation. ( #6598 )
...
* Update create.md
* DOCAPI-7400: RU translation.
* DOCAPI-7400: Fixes.
* Update docs/ru/query_language/create.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/create.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-7400: Clarifications.
* DOCAPI-7400: Link fix.
2019-08-27 16:49:56 +03:00
BayoNet
cbc78ffc43
DOCAPI-7443: Virtual columns docs update. EN review. RU translation. ( #6640 )
...
* Update index.md (#35 )
* DOCAPI-7443: RU translation.
* Link fix.
* DOCAPI-7443: Fixes.
* DOCAPI-7443: Fixes.
2019-08-27 14:04:52 +03:00
BayoNet
305f3ba479
DOCAPI-7428: domain function docs. EN review, RU translation. ( #6624 )
...
* Update url_functions.md
* DOCAPI-7428: RU translation
* DOCAPI-7428: Fix.
* Update docs/en/query_language/functions/url_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/query_language/functions/url_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/functions/url_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/functions/url_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/functions/url_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-7428: Fixes.
2019-08-26 19:09:30 +03:00
Denis Zhuravlev
0a4364370a
Described arbitrary datatype for range_hashed
2019-08-25 22:44:13 -03:00
Alexey Milovidov
a6997aa83f
Modifications after merging constraints support
2019-08-24 16:00:04 +03:00
Alexey Milovidov
4366791b63
Merge branch 'table-constraints' of https://github.com/NanoBjorn/ClickHouse into NanoBjorn-table-constraints
2019-08-23 07:49:10 +03:00
alexey-milovidov
7012a421c6
Merge branch 'master' into alter_table_drop_detached_part
2019-08-23 05:22:07 +03:00
Alexey Milovidov
cff8ec43f9
Rename neighbour -> neighbor
2019-08-23 04:31:04 +03:00
alexey-milovidov
49aa9384af
Merge pull request #5925 from alex-krash/function_next_prev_in_block
...
Implement neighbour() function
2019-08-23 04:28:36 +03:00
Alexander Tokmakov
81022bb3e9
Merge branch 'master' into alter_table_drop_detached_part
2019-08-22 23:38:58 +03:00
BayoNet
4648472f1b
Merge pull request #6449 from BayoNet/en-docs/DOCAPI-7442-system.parts-new-colunms
...
DOCAPI-7442: system.parts new columns
2019-08-21 13:52:55 +03:00
BayoNet
f29c941429
Merge pull request #6396 from BayoNet/en-docs/DOCAPI-7984-asof-join-on
...
DOCAPI-7984: ASOF JOIN ON docs
2019-08-21 13:46:47 +03:00
BayoNet
bfbed4100e
Update docs/en/query_language/select.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-08-21 12:05:23 +03:00
BayoNet
52728493d5
Update docs/en/query_language/select.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-08-21 12:04:33 +03:00
BayoNet
fde0a2f51e
Update docs/en/query_language/select.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-08-21 12:04:15 +03:00
BayoNet
8c5833964d
Update docs/en/query_language/select.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-08-21 12:02:28 +03:00
BayoNet
1536d42556
Merge pull request #6235 from BayoNet/en-docs/DOCAPI-7460
...
DOCAPI-7460: histogram function description
2019-08-21 11:11:39 +03:00
BayoNet
9a245f7930
DOCAPI-7438: Update of quantileTiming docs. ( #6455 )
...
* Link fix.
* DOCAPI-7438: Update of quantileTiming functions docs.
* Update docs/en/query_language/agg_functions/reference.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/query_language/agg_functions/reference.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/query_language/agg_functions/reference.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-7438: Clarifications.
* DOCAPI-7438: Links fix.
2019-08-21 10:52:51 +03:00
alexey-milovidov
308baa182e
Merge branch 'master' into table-constraints
2019-08-21 06:33:08 +03:00
BayoNet
c43f9030da
DOCAPI-7460: Clarifications.
2019-08-20 18:36:08 +03:00
Gleb Novikov
86fecc7501
Merge branch 'master' into table-constraints
2019-08-20 12:17:56 +03:00
BayoNet
87e13c494e
DOCAPI-7414: groupArrayMovingSum, groupArrayMovingAvg docs. EN review, RU translation. ( #6463 )
...
* Update reference.md
* DOCAPI-7414: RU translation
* DOCAPI-7414: Fix.
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-08-20 10:46:31 +03:00
BayoNet
07dc167289
Typo fix in the assumeNotNull description. ( #6542 )
2019-08-19 12:57:53 +03:00
Nikita Vasilev
d67c0f5aa0
Merge branch 'nikvas0/index_mutate' of github.com:nikvas0/ClickHouse into nikvas0/index_mutate
2019-08-15 20:48:24 +03:00
Nikita Vasilev
00a5fe7836
Merge remote-tracking branch 'upstream/master' into nikvas0/index_mutate
2019-08-15 19:48:57 +03:00
BayoNet
c4df1d948b
DOCAPI-7415: Docs for the -Resample aggregate function combinator. ( #5972 )
2019-08-15 13:09:36 +03:00
alexey-milovidov
7a439e269f
Merge pull request #6470 from alex-krash/function_user
...
Function currentUser()
2019-08-14 20:09:54 +03:00
BayoNet
5a9f31ede4
DOCAPI-7062: MySQL database engine and MergeTree TTL docs. EN review, RU translation ( #6407 )
...
* Update create.md
* Update mergetree.md
* Update index.md
* Update mysql.md
* DOCAPI-7062: RU translation.
* DOCAPI-7062: Fixes
* Update docs/ru/database_engines/index.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/database_engines/mysql.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/database_engines/mysql.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/database_engines/mysql.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/operations/table_engines/mergetree.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/operations/table_engines/mergetree.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/operations/table_engines/mergetree.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/create.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-7062: Clarifications and fixes.
* DOCAPI-7062: Clarifications.
* Update docs/en/operations/table_engines/mergetree.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/table_engines/mergetree.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-08-14 19:42:09 +03:00
Alexandr Krasheninnikov
d9234a64c4
Make function return initial user
2019-08-14 15:18:11 +03:00
BayoNet
6472768c07
DOCAPI-7090: SYSTEM DISTRIBUTED docs. EN review. RU translation. ( #6262 )
2019-08-14 10:58:30 +03:00
Alexandr Krasheninnikov
4d145cb72b
Documentation added
2019-08-13 19:08:12 +03:00
Alexandr Krasheninnikov
ea9cf3a62f
Done
2019-08-13 16:11:24 +03:00
Nikita Vasilev
cf2dda0419
Update docs/en/query_language/alter.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-08-12 22:34:53 +03:00
Nikita Vasilev
5afa7b5148
Update docs/en/query_language/alter.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-08-12 22:34:40 +03:00
Nikita Vasilev
fc913b6c4f
Update docs/en/query_language/alter.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-08-12 22:34:27 +03:00
BayoNet
16bab88226
DOCAPI-7442: 7442
2019-08-12 13:27:28 +03:00
Gleb Novikov
381ea6cb6e
Merge branch 'master' into table-constraints
2019-08-11 12:38:34 +03:00
Nikita Vasilev
75e381bde4
Merge remote-tracking branch 'upstream/master' into nikvas0/index_mutate
2019-08-10 23:07:50 +03:00
Nikita Vasilev
82fc0f6b15
docs
2019-08-10 16:52:01 +03:00
Alexander Tokmakov
ae6efb23b4
Merge branch 'master' into alter_table_drop_detached_part
2019-08-08 22:31:31 +03:00
Alexander Tokmakov
d1ebfaacd6
update docs
2019-08-08 22:28:25 +03:00
BayoNet
c5a778934e
DOCAPI-7984: ASOF JOIN ... ON syntax
2019-08-08 11:37:08 +03:00
alexey-milovidov
99fad0904b
Merge pull request #6314 from infinivision/add_bitmapRange
...
added bitmapRange function
2019-08-08 04:51:48 +03:00
BayoNet
7a0baefac0
DOCAPI-7783: Update of the SET query documentation ( #6165 )
...
* DOCAPI-7783: Update of the SET query documentation.
2019-08-07 21:12:36 +03:00
BayoNet
c5b25b23e3
DOCAPI-8016: Adam weights mention in docs
...
* DOCAPI-8016: Added mention about Adam method of updating weights in regressions.
* DOCAPI-8016: RU translation.
2019-08-07 20:06:56 +03:00
BayoNet
da6ca3f8c7
DOCAPI-7413: T64 codec docs ( #6347 )
2019-08-07 19:02:56 +03:00
Vasily Nemkov
fcb0482830
Implement geohashesInBox function. #6127
2019-08-06 17:53:06 +03:00
Zhichang Yu
e1f3ef2115
renamed bitmapRange to bitmapSubsetInRange
2019-08-05 10:27:12 +08:00
Zhichang Yu
4f146eaa7e
added bitmapRange function
2019-08-03 23:07:46 +08:00
BayoNet
9116c08959
DOCAPI-7414: groupArrayMovingSum, groupArrayMovingAvg docs. ( #5949 )
...
* DOCAPI-7414: groupArrayMovingSum, groupArrayMovingAvg docs.
2019-08-01 10:38:04 +03:00
BayoNet
1e20c2bc27
DOCAPI-5760: Join engine docs. EN review. RU translation ( #6234 )
2019-07-31 17:49:16 +03:00
BayoNet
cc8ce23215
DOCAPI-6889: Fixes.
2019-07-31 16:16:29 +03:00
BayoNet
7892d66cde
Merge branch 'master' of github.com:yandex/ClickHouse into l10n/DOCAPI-6889-dictGet
2019-07-31 16:06:37 +03:00
BayoNet
bd493727b6
DOCAPI-7460: Added link to algorithm.
2019-07-31 08:55:10 +03:00
BayoNet
b103137280
DOCAPI-4160: EN review, RU translation. uniq and count docs. ( #6087 )
2019-07-31 07:36:15 +03:00
BayoNet
a5f7afc4c8
DOCAPI-7428: Update for domain and topLevelDomain functions description. ( #5963 )
2019-07-31 06:53:36 +03:00
BayoNet
cad9a231d2
DOCAPI-4197: Limitations settings. EN review. RU translation. ( #6089 )
...
max_rows_in_join
max_bytes_in_join
join_overflow_mode
max_network_bandwidth
max_network_bandwidth_for_user
max_network_bandwidth_for_all_users
max_network_bytes
max_bytes_before_external_group_by
join_any_take_last_row
2019-07-30 10:40:49 +03:00
BayoNet
c11fd03ba2
DOCAPI-7063: bitmapContains docs. EN review. RU translation. ( #6142 )
...
EN review
RU translation
2019-07-30 09:47:38 +03:00
BayoNet
332cb7bde7
DOCAPI-6424: ASOF JOIN docs. EN review. RU translation. ( #6140 )
...
EN review.
RU translation.
2019-07-29 20:11:20 +03:00
BayoNet
567a08a88f
DOCAPI-7553: EN review. RU translation. Update of CHECK TABLE description ( #6138 )
...
EN review.
RU translation.
2019-07-26 10:15:28 +03:00
BayoNet
2af3738aa4
Clarification and fixes.
2019-07-26 09:57:17 +03:00
BayoNet
9734715b3f
DOCAPI-3911: EN review and RU translation for external dicts docs. ( #6032 )
...
EN review
RU translation
2019-07-26 08:49:26 +03:00
BayoNet
6d9e6e0b9d
DOCAPI-3933: EN review and RU translation of hash functions doc ( #5980 )
...
EN review for hash functions docs.
RU translation of hash functions doc.
2019-07-25 13:14:04 +03:00
Alex Krash
aef0e2c0a3
Document "WITH" section for SELECT ( #5894 )
2019-07-23 13:32:31 +03:00
BayoNet
bb1ddf67e1
DOCAPI-6888: EN review and RU translation of the toDecimal*Or* funcions docs. ( #5916 )
...
* Review of EN version.
* DOCAPI-6888: RU translation of the toDecimal*Or* functions docs.
2019-07-23 12:53:33 +03:00
BayoNet
2da5b3e6c2
DOCAPI-7553: Clarifications.
2019-07-23 12:32:47 +03:00
BayoNet
221ab6a04f
DOCAPI-7460: Link fix.
2019-07-23 11:18:09 +03:00
BayoNet
1feb20d9e0
DOCAPI-7460: The histogram function docs.
2019-07-23 11:01:08 +03:00
BayoNet
8e7a17528f
DOCAPI-7553: CHECK TABLE for MergeTree docs update.
2019-07-23 09:11:09 +03:00
alexey-milovidov
cd6c15b79f
Merge pull request #6057 from dimarub2000/master
...
CREATE TABLE AS table_function()
2019-07-23 02:50:08 +03:00
Dmitry Rubashkin
21ebb72579
documentation
2019-07-22 18:02:03 +03:00
Vivien Maisonneuve
1b6a20d711
Fix typos in docs
2019-07-22 14:13:07 +02:00
Ivan Blinkov
d0f65bd5b0
Merge pull request #6059 from izebit/russian-documentation
...
Russian documentation about functions for working with external dictionaries
2019-07-19 01:08:28 +03:00
Artem Konovalov
7d4ebe576d
fix name of a parameter
2019-07-18 18:59:22 +03:00
Artem Konovalov
30ca545b09
fix name of a parameter
2019-07-18 18:56:58 +03:00
BayoNet
d48995f1e7
DOCAPI-7444: RU <-> EN docs regular sync. ( #5944 )
...
* DOCAPI-7444: RU <-> EN docs regular sync.
2019-07-18 14:04:45 +03:00
BayoNet
83c8d4872d
DOCAPI-7400: Gorilla codecs. Basic review of English text. ( #5904 )
...
Gorilla codecs. Rewriting of English text.
Update of other codecs description.
2019-07-18 10:56:16 +03:00
Ivan Blinkov
462b553016
Merge pull request #6022 from andyyzh/hash_document
...
DOCAPI: Fix a little problem in the document of hash_functions
2019-07-16 12:25:15 +03:00
BayoNet
0357c11851
DOCAPI-7129 Nested JSON in JSONEachRow description + date_time_input_format ( #5889 )
...
* The input_format_import_nested_json and date_time_input_format settings description.
* Usage of Nested Structures with JSONEachRow.
2019-07-16 12:21:48 +03:00
Andy Yang
bdff08a7aa
Fix a little problem in the document of hash_functions
2019-07-16 16:43:45 +08:00
Alexey Milovidov
731a479969
Manually checked out files from 6082354d3c
2019-07-12 22:05:58 +03:00
alexey-milovidov
154b0cb491
Revert "DOCAPI-6887: EN review and RU translation for skew* and kurt* functions."
2019-07-12 22:03:38 +03:00
Ivan Blinkov
6082354d3c
DOCAPI-6887: EN review and RU translation for skew* and kurt* functions. ( #5906 )
...
* Update reference.md
* DOCAPI-6887: EN review and RU translation for skew* and kurt* functions.
2019-07-12 15:04:32 +03:00
BayoNet
390c18def8
DOCAPI-7062: MySQL database engine docs. Update of MergeTree TTL docs. ( #5706 )
2019-07-12 15:03:33 +03:00
Vitaly Baranov
fd89a8b051
Merge pull request #5212 from andyyzh/custom_week_functions
...
Added functions for working with the Custom week number
2019-07-12 14:00:35 +03:00
BayoNet
9f3a5cb8f2
DOCAPI-6889: RU translations for docs on external dicts functions.
2019-07-12 07:50:01 +03:00
BayoNet
6e224c1ff7
DOCAPI-7090: SYSTEM DISTRIBUTED queries description. ( #5848 )
...
* DOCAPI-7090: SYSTEM DISTRIBUTED queries description.
* DOCAPI-7090: Fixes.
2019-07-10 10:04:53 +03:00
BayoNet
c6ae525216
Merge branch 'master' of github.com:yandex/ClickHouse into l10n/DOCAPI-6887-skewSamp
2019-07-06 15:56:14 +03:00
Gleb Novikov
71c2ca0fe9
Merge branch 'master' into table-constraints
2019-07-04 22:40:00 +03:00
davydovska
4bbb42bef3
Update reference.md ( #5864 )
2019-07-03 23:58:10 +03:00
alexey-milovidov
a9cfe4ce91
Merge pull request #5807 from yandex/ngramSearch
...
Inverting ngramSearch to be more intuitive
2019-07-01 00:43:17 +03:00
Danila Kutenin
9127c8b27c
inverting ngramSearch to be more intuitive
2019-06-30 22:34:17 +03:00
Gleb Novikov
a146b7383e
Merge branch 'master' into table-constraints
2019-06-30 11:32:02 +02:00
alexey-milovidov
87993de98d
Merge pull request #5725 from yandex/PerformanceVision-ignore_scheme
...
Performance vision ignore scheme
2019-06-29 20:36:23 +03:00
akuzm
94d459e213
Update the links for working with aggregate function states.
2019-06-27 19:20:09 +03:00
Šimon Podlipský
57751773cd
Update machine_learning_functions.md
...
Naming consistency
2019-06-27 12:35:48 +03:00
alesapin
306e27c152
Return old behaviour
2019-06-26 18:18:12 +03:00
alesapin
f740334ee5
Faster scheme search
...
Add docs
2019-06-26 13:26:34 +03:00
alexey-milovidov
dca6d2947c
Merge pull request #5600 from Enmk/gorilla_column_encoding
...
Gorilla column encoding
2019-06-26 12:53:12 +03:00
Andy Yang
4b6efaa4b9
Merge branch 'master' into custom_week_functions
...
update last code
2019-06-24 09:53:38 +08:00
FeehanG
a930713a24
Update ext_dict_functions.md
2019-06-23 15:34:22 +03:00
BayoNet
e7493112eb
DOCAPI-5760: Join engine docs update. ( #5658 )
2019-06-21 10:58:15 +03:00
alexey-milovidov
c899fce9fc
Merge pull request #5661 from BHYCHIK/crc32-for-master
...
Support crc32 function
2019-06-20 01:32:00 +03:00
BayoNet
5e6806f64e
DOCAPI-7063: Formatting of the bitmapContains function docs. ( #5664 )
...
* DOCAPI-7063: Formatting of the bitmapContains function.
2019-06-19 16:14:05 +03:00
FeehanG
bf89850711
Update reference.md
2019-06-19 15:02:56 +03:00