Robert Schulze
45c28e1221
Introduce more fields for in-source function documentation
2023-05-05 21:30:21 +00:00
Alexander Tokmakov
70d1adfe4b
Better formatting for exception messages ( #45449 )
...
* save format string for NetException
* format exceptions
* format exceptions 2
* format exceptions 3
* format exceptions 4
* format exceptions 5
* format exceptions 6
* fix
* format exceptions 7
* format exceptions 8
* Update MergeTreeIndexGin.cpp
* Update AggregateFunctionMap.cpp
* Update AggregateFunctionMap.cpp
* fix
2023-01-24 00:13:58 +03:00
Alexey Milovidov
6139cc8f7a
Add Documentation to FunctionFactory
2022-08-27 22:06:57 +02:00
Alexey Milovidov
7269b20ecc
Fix issue: clickhouse-format --obfuscate cannot process queries with embedded dictionaries
2021-10-03 00:46:51 +03:00
Maksim Kita
010d72593f
Fixed integration tests
2021-08-23 17:31:58 +03:00
Maksim Kita
4b8aa69e04
Fixed style check
2021-08-19 01:02:00 +03:00
Maksim Kita
01682a86b3
Updated user defined functions implementation
2021-08-19 00:54:55 +03:00
ANDREI STAROVEROV
71b3e771b1
Fix renaming ContextPtr -> ContextConstPtr from previous commit
2021-07-15 00:20:13 +03:00
ANDREI STAROVEROV
b277d4db91
Add mutex in FunctionFactory
2021-07-04 00:47:43 +03:00
ANDREI STAROVEROV
3bf0db519e
Improve tests and validation of new functions
2021-07-03 23:17:02 +03:00
Realist007
60c9f7fc5d
Merge branch 'master' into feature/create-simple-lambda-function
2021-06-19 17:54:03 +03:00
ANDREI STAROVEROV
e2b82d3a3a
Fix build error
2021-06-15 02:07:20 +03:00
Realist007
2b3a8ec259
Merge branch 'master' into feature/create-simple-lambda-function
2021-06-09 19:34:47 +03:00
Nikolai Kochetov
dbaa6ffc62
Rename ContextConstPtr to ContextPtr.
2021-06-01 15:20:52 +03:00
Alexander Kuzmenkov
3f57fc085b
remove mutable context references from functions interface
...
Also remove it from some visitors.
2021-05-28 19:45:37 +03:00
Realist007
a3f7bf5fcc
Merge branch 'master' into feature/create-simple-lambda-function
2021-05-17 11:51:05 +03:00
Maksim Kita
947f28d430
IFunction refactoring
2021-05-15 20:33:15 +03:00
ANDREI STAROVEROV
5059d2ee9a
Add ability to drop functions
2021-05-15 01:43:04 +03:00
ANDREI STAROVEROV
2643b71393
Add new error code for function that already exists and use while trying create user-defined functions
2021-05-14 00:41:35 +03:00
ANDREI STAROVEROV
ad4594c298
Add validation of unknown identifiers in function
2021-05-11 01:35:22 +03:00
ANDREI STAROVEROV
13a7169669
Add feature: create user defined function as lambda
2021-05-09 12:47:29 +03:00
Ivan
495c6e03aa
Replace all Context references with std::weak_ptr ( #22297 )
...
* Replace all Context references with std::weak_ptr
* Fix shared context captured by value
* Fix build
* Fix Context with named sessions
* Fix copy context
* Fix gcc build
* Merge with master and fix build
* Fix gcc-9 build
2021-04-11 02:33:54 +03:00
alexey-milovidov
cb8cfdba77
Merge branch 'master' into fffix
2021-02-22 23:08:44 +03:00
Amos Bird
77fd060665
Normalize function names
2021-02-18 20:20:28 +08:00
kssenii
9c7881f4c9
Fix
2021-01-28 10:30:54 +00:00
kssenii
a98c6d333c
Make sure not to log non-existent objects
2021-01-23 12:05:37 +00:00
kssenii
6dc32ae4cb
More correct for functions and aggr. functions
2021-01-22 11:58:29 +00:00
kssenii
bb91005356
Fix failing stateless test
2021-01-22 09:02:58 +00:00
kssenii
daab2c91bb
Better
2021-01-21 21:15:11 +00:00
kssenii
c1702f34ee
Add factories info into system.query_log
2021-01-21 15:46:37 +00:00
Alexander Tokmakov
6c8f844442
better exception message for unknown function
2020-12-17 00:42:14 +03:00
Alexey Milovidov
394fb64a9c
Better way of implementation
2020-06-14 20:42:11 +03:00
alexey-milovidov
4a4961fb10
Update FunctionFactory.cpp
2020-05-12 00:21:40 +03:00
Alexey Milovidov
4a142a44a0
Added a patch from Vitaly Stoyan
2020-05-12 00:18:50 +03:00
Ivan Lezhankin
06446b4f08
dbms/ → src/
2020-04-03 18:14:31 +03:00