Ivan Blinkov
61c2f23713
Remove leftover empty lines at the end of markdown files
2023-01-09 15:15:18 +01:00
Ivan Blinkov
b7e082d033
Remove "Original article links"
2023-01-09 15:13:36 +01:00
Kruglov Pavel
406c50277b
Merge pull request #42779 from Avogar/add-format-func-doc
...
Add documentation for 'format' table function
2022-11-21 15:16:26 +01:00
Dan Roscigno
b5a306c4db
Merge branch 'master' into standardize-dictionary-categories
2022-11-14 21:30:05 -05:00
Kruglov Pavel
0270f6003c
Merge branch 'master' into add-format-func-doc
2022-11-11 14:05:34 +01:00
DanRoscigno
34f90ff6ef
update pages that refer to dictionaries
2022-11-07 09:26:50 -05:00
Kruglov Pavel
95e64310a6
Update format.md
2022-11-01 14:06:45 +01:00
Alexander Gololobov
800e789ac4
Small fix
2022-10-29 09:26:16 +02:00
avogar
5412911592
Add documentation for 'format' table function
2022-10-28 17:43:28 +00:00
SmitaRKulkarni
e860ecc80c
Merge branch 'master' into 42414_Enable_functions_in_readonly_mode
2022-10-27 08:26:44 +02:00
Smita Kulkarni
6a8fa2d4a5
Added new field allow_readonly in system.table_functions to allow using table functions in readonly mode.
...
Implementation:
* Added a new field allow_readonly to table system.table_functions.
* Updated to use new field allow_readonly to allow using table functions in readonly mode.
* Added TableFunctionProperties similar to AggregateFunctionProperties.
* The functions allowed in readonly mode are in this set table_functions_allowed_in_readonly_mode.
Testing:
* Added a test for filesystem tests/queries/0_stateless/02473_functions_in_readonly_mode.sh
Documentation:
* Updated the english documentation for Table Functions.
2022-10-26 18:45:23 +02:00
Smita Kulkarni
32fad205f0
Added documentation for file and s3 - 36316 Support ** glob for recursive directory traversal
2022-10-18 14:08:26 +02:00
Александр
97e55ca2f5
Merge branch 'master' into docs_table_function_update
2022-09-01 14:01:32 +02:00
Aleksandr Musorin
310e1484f6
docs - updated optional parameters for table functions
2022-09-01 13:28:56 +02:00
DanRoscigno
76a3212fc8
replace symlinks
2022-08-29 12:26:17 -04:00
DanRoscigno
c4b8137d31
replace symlinks
2022-08-29 12:19:50 -04:00
DanRoscigno
5b5fcc56aa
add slugs
2022-08-28 10:53:34 -04:00
DanRoscigno
b268e4206a
remove indent as it causes codeblock
2022-08-10 20:09:43 -04:00
Dan Roscigno
9955b097d4
spelling
2022-07-14 09:00:54 -04:00
DanRoscigno
add169278b
fix indent and link
2022-07-13 19:27:33 -04:00
DanRoscigno
7ce5757d90
add migration example
2022-07-13 15:07:20 -04:00
Ilya Yatsishin
54cd5fce29
Update url.md
2022-07-08 15:56:21 +02:00
DanRoscigno
95c3eff4c7
remove 404ing original article URL
2022-06-30 11:17:38 -04:00
rfraposa
869967de41
Remove H1 anchor tags from docs
2022-06-02 04:55:18 -06:00
rfraposa
8f01fe9c49
Revised /en folder
2022-04-09 07:34:21 -06:00
rfraposa
5250d9ad11
Removed /ja folder, cleaned up /ru markdown
2022-04-09 07:29:05 -06:00
Alexey Milovidov
9854b55835
Revert "Format changes for new docs"
2022-04-04 02:05:35 +03:00
rfraposa
560471f991
Update /sql-reference docs
2022-03-29 22:06:21 -06:00
rfraposa
ecbdfdea08
Incorporated feedback
2022-03-12 10:04:51 -06:00
rfraposa
5a4466cec7
Update references in docs
2022-03-12 00:24:31 -06:00
Zhichang Yu
869cdbeb44
added table function hdfsCluster
2021-12-20 13:14:44 +00:00
Alexey
83886b76a3
INSERT INTO TABLE FUNCTION draft
2021-11-22 19:17:00 +00:00
olgarev
dd2698ed98
Possible values for db name
2021-11-02 14:29:20 +00:00
olgarev
c17bf072fe
Initial
2021-11-01 10:39:25 +00: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
Vladimir C
27cd75eaa1
Apply suggestions from code review
2021-09-10 09:31:49 +03:00
olgarev
b6dea3e8e3
Apply suggestions from code review
2021-09-09 22:33:59 +03:00
olgarev
89744e908c
Update docs/en/sql-reference/table-functions/s3.md
2021-09-09 22:26:51 +03:00
olgarev
cd687614fa
Apply suggestions from code review
2021-09-09 22:25:04 +03:00
olgarev
e160f64917
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-09-09 22:23:02 +03:00
Olga Revyakina
a62c428291
Translated and minor fixes
2021-09-08 05:52:17 +03:00
Olga Revyakina
cd038979d4
Initial (en)
2021-09-08 05:32:02 +03:00
alexey-milovidov
b6d9fe6f88
Fix idiotic markup
2021-08-25 03:36:42 +03:00
Kseniia Sumarokova
a08fde9226
Merge pull request #27703 from adevyatova/annadevyatova-DOCSUP-11655-sqlite
...
DOCSUP-11655: Document the SQLite
2021-08-22 21:46:44 +03:00
Anna
244c62ceb0
Update docs/en/sql-reference/table-functions/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:30:18 +03:00
Anna
a66c3c1687
Update docs/en/sql-reference/table-functions/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:30:10 +03:00
Anna
1d2a6234bc
Update docs/en/sql-reference/table-functions/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:29:38 +03:00
adevyatova
fcf3413ac9
Small fixes
2021-08-18 13:40:09 +00:00
adevyatova
4fb4387180
Added examples
2021-08-18 13:32:34 +00:00
olgarev
f35b142e21
Apply suggestions from code review
2021-08-18 02:03:46 +03:00