Alexey Milovidov
|
a3b28b441b
|
Merge pull request #34892 from evillique/new_parser
Implement operator precedence parser
|
2022-09-27 00:07:04 +03:00 |
|
Nikolay Degterinsky
|
e9c4968211
|
Merge remote-tracking branch 'master' into new_parser
|
2022-09-14 11:08:48 +00:00 |
|
kssenii
|
420ac4eb43
|
s3 header auth in ast
|
2022-09-13 15:13:28 +02:00 |
|
Alexey Milovidov
|
fd235919aa
|
Remove some methods
|
2022-09-10 05:04:40 +02:00 |
|
Vitaly Baranov
|
cfb250c46b
|
Fix checking access rights for DESCRIBE TABLE url.
|
2022-09-04 18:58:39 +02:00 |
|
Nikolay Degterinsky
|
33c070a5e0
|
Merge remote-tracking branch 'upstream/master' into new_parser
|
2022-09-01 13:08:36 +00:00 |
|
Kseniia Sumarokova
|
c5c48e44ea
|
Merge branch 'master' into fix-mysql-timeouts
|
2022-08-29 19:33:29 +02:00 |
|
kssenii
|
0a6c4b9265
|
Fix
|
2022-08-29 16:20:53 +02:00 |
|
Alexey Milovidov
|
f518844f06
|
Merge pull request #40709 from ClickHouse/all_new_table_functions_must_be_documented
All new table functions must be documented
|
2022-08-28 17:05:20 +03:00 |
|
Alexey Milovidov
|
5b57c91ad6
|
Rename table function MeiliSearch to meilisearch
|
2022-08-28 02:08:51 +02:00 |
|
Alexey Milovidov
|
6139cc8f7a
|
Add Documentation to FunctionFactory
|
2022-08-27 22:06:57 +02:00 |
|
Alexey Milovidov
|
e7054debc1
|
Merge pull request #40649 from ClickHouse/embedded-documentation
A prototype for embedded documentation
|
2022-08-27 21:28:11 +03:00 |
|
Alexey Milovidov
|
6e564b18bf
|
Merge pull request #40600 from FrankChen021/check_url_arg
Validate the CompressionMethod parameter of URL table engine
|
2022-08-27 19:29:55 +03:00 |
|
Kseniia Sumarokova
|
4e5385298a
|
Update src/TableFunctions/TableFunctionURL.cpp
|
2022-08-26 14:22:29 +02:00 |
|
Alexey Milovidov
|
8afbfebd25
|
A prototype for embedded documentation
|
2022-08-26 03:41:52 +02:00 |
|
avogar
|
cef2972af4
|
Better format detection for url table function/engine
|
2022-08-25 18:31:06 +00:00 |
|
Frank Chen
|
ef49cacefe
|
Fix style
Signed-off-by: Frank Chen <frank.chen021@outlook.com>
|
2022-08-25 20:32:22 +08:00 |
|
Frank Chen
|
c9ea4f9f77
|
Change compression_method from String to CompressionMethod
|
2022-08-25 19:18:04 +08:00 |
|
Alexey Milovidov
|
01700078d9
|
Merge branch 'master' into xdbc-constraints
|
2022-08-20 21:26:07 +03:00 |
|
Nikolai Kochetov
|
5a85531ef7
|
Merge pull request #38286 from Avogar/schema-inference-cache
Add schema inference cache for s3/hdfs/file/url
|
2022-08-18 13:07:50 +02:00 |
|
avogar
|
8dd54c043d
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into schema-inference-cache
|
2022-08-17 11:47:40 +00:00 |
|
avogar
|
e1ff996ec3
|
Allow to specify structure hints in schema inference
|
2022-08-16 09:46:57 +00:00 |
|
Nikolay Degterinsky
|
bd9b51ad72
|
Merge remote-tracking branch 'upstream/master' into new_parser
|
2022-08-15 21:18:57 +00:00 |
|
Constantine Peresypkin
|
b9d7cd6a5d
|
add settings for executable table func
SELECT * FROM executable('<script name>', '<format>', '<columns>', (SELECT * FROM table), SETTINGS max_command_execution_time=100, command_termination_timeout=100)
fixes #38908
|
2022-07-30 20:02:56 +02:00 |
|
Nikolay Degterinsky
|
fd5a06c827
|
Merge remote-tracking branch 'upstream/master' into new_parser
|
2022-07-20 13:41:12 +00:00 |
|
Kruglov Pavel
|
3046cd6d29
|
Merge branch 'master' into schema-inference-cache
|
2022-07-20 13:30:42 +02:00 |
|
Vitaly Baranov
|
3eb847f449
|
Small correction.
|
2022-07-15 15:44:29 +02:00 |
|
Vitaly Baranov
|
9e70e02589
|
Table function null() & view() don't require CREATE TEMPORARY TABLE privilege anymore.
|
2022-07-15 15:44:29 +02:00 |
|
Vitaly Baranov
|
fbb2e14d54
|
Add new table function viewIfPermitted().
|
2022-07-15 15:44:29 +02:00 |
|
Kruglov Pavel
|
b38241b08a
|
Merge branch 'master' into schema-inference-cache
|
2022-07-14 12:29:54 +02:00 |
|
Nikolay Degterinsky
|
73a7e75684
|
Merge remote-tracking branch 'upstream/master' into new_parser
|
2022-07-13 11:44:19 +00:00 |
|
kssenii
|
f46d641440
|
Fix style check and black check
t:wq# Date: Tue Jul 12 14:02:09 2022 +0200
|
2022-07-12 16:29:11 +02:00 |
|
kssenii
|
dd7ca4995d
|
t p:wq
Small improvement
|
2022-07-11 22:05:48 +02:00 |
|
aaapetrenko
|
d950b9c965
|
add TableFunctionMongoDB and tests
|
2022-07-11 22:00:49 +02:00 |
|
Kruglov Pavel
|
ab67838c44
|
Merge pull request #38816 from Avogar/fix-values-func
Allow null modifier in columns declaration for table functions
|
2022-07-07 17:27:18 +02:00 |
|
Kseniia Sumarokova
|
a26643a7a6
|
Merge pull request #38363 from kssenii/pg-add-auto-close
Support `auto_close` option for postgres engine connection
|
2022-07-06 01:10:05 +02:00 |
|
avogar
|
3eb97313d8
|
Allow null modifier in columns declaration for table functions
|
2022-07-04 14:46:10 +00:00 |
|
Nikolay Degterinsky
|
369a46ab42
|
Merge remote-tracking branch 'upstream/master' into new_parser
|
2022-06-29 22:34:51 +00:00 |
|
Nikolay Degterinsky
|
511bc34157
|
Final replace of ParserExpression
|
2022-06-29 22:33:45 +00:00 |
|
avogar
|
344ddc6e7d
|
Fix tests
|
2022-06-27 13:55:51 +00:00 |
|
kssenii
|
2c5aeaaa1a
|
Add auto close for postgres connection
|
2022-06-27 13:46:52 +02:00 |
|
Kruglov Pavel
|
86e8f31ad4
|
Merge branch 'master' into schema-inference-cache
|
2022-06-24 16:10:25 +02:00 |
|
avogar
|
8f53d6634e
|
Fix Hive table function
|
2022-06-23 20:10:03 +00:00 |
|
avogar
|
59c1c472cb
|
Better exception messages on wrong table engines/functions argument types
|
2022-06-23 20:04:06 +00:00 |
|
kssenii
|
0acc95fe22
|
Review fixes
|
2022-06-22 16:55:47 +02:00 |
|
avogar
|
d37ad2e6de
|
Implement cache for schema inference for file/s3/hdfs/url
|
2022-06-21 13:02:48 +00:00 |
|
kssenii
|
4656dd3de3
|
Headers for url in ast
|
2022-06-21 14:25:05 +02:00 |
|
Nikita Mikhaylov
|
fe477355df
|
Added support for schema inference for hdfsCluster [2] (#35812)
|
2022-06-03 15:54:29 +02:00 |
|
Nikolai Kochetov
|
1b85f2c1d6
|
Merge branch 'master' into refactor-read-metrics-and-callbacks
|
2022-05-25 16:27:40 +02:00 |
|
Nikolai Kochetov
|
333fd09dbf
|
Fixing build.
|
2022-05-24 19:29:00 +00:00 |
|