Vitaly Baranov
|
2e59d671fc
|
Split UserDefinedSQLObjectsLoader to interface and implementation.
|
2022-10-13 10:32:32 +02:00 |
|
Azat Khuzhin
|
3982638e9a
|
Validate that function had been passed in CREATE FUNCTION
Otherwise right now it leads to LOGICAL_ERROR, due to bad cast.
|
2022-05-01 19:01:03 +03:00 |
|
Vitaly Baranov
|
030f3e488c
|
Add shard_index and replica_index to params of executeDDLQueryOnCluster().
|
2022-04-25 16:34:33 +02:00 |
|
Maksim Kita
|
243a280936
|
Updated tests
|
2022-01-23 17:02:43 +00:00 |
|
Maksim Kita
|
3a252cd3a0
|
Updated tests
|
2022-01-21 20:49:42 +00:00 |
|
Maksim Kita
|
3b24c39294
|
SQLUserDefinedFunctions invalid lambda crash fix
|
2022-01-21 14:33:57 +00:00 |
|
taiyang-li
|
e4f5444073
|
support explain create function query
|
2022-01-20 16:23:52 +08:00 |
|
Maksim Kita
|
c4bc72672e
|
SQLUserDefinedFunctions support subqueries
|
2021-12-14 18:46:21 +03:00 |
|
Raúl Marín
|
b2cfa70541
|
Reduce dependencies on ASTFunction.h
481 -> 230
|
2021-11-26 18:21:54 +01:00 |
|
Maksim Kita
|
d6c0cde173
|
Updated UserDefinedSQLFunctionFactory
|
2021-10-27 18:49:18 +03:00 |
|
Maksim Kita
|
d523b28459
|
SQLUserDefinedFunctions support ON CLUSTER
|
2021-10-27 11:28:21 +03:00 |
|
Maksim Kita
|
e550e0c22d
|
Merge pull request #30435 from kitaisreal/sql-user-defined-functions-support-lambdas
SQLUserDefinedFunctions support lambdas
|
2021-10-20 21:36:52 +03:00 |
|
Maksim Kita
|
ff48017f4a
|
SQLUserDefinedFunctions support CREATE OR REPLACE, CREATE IF NOT EXISTS
|
2021-10-20 17:56:46 +03:00 |
|
Maksim Kita
|
dc96408012
|
Fixed build
|
2021-10-20 13:09:48 +03:00 |
|
Maksim Kita
|
83787e26f2
|
SQLUserDefinedFunctions support lambdas
|
2021-10-20 12:43:03 +03:00 |
|
Maksim Kita
|
fbaa9e7be4
|
Support SQL user defined functions for clickhouse-local
|
2021-10-14 16:15:39 +03:00 |
|
Nikolai Kochetov
|
a790d391c0
|
Merge branch 'master' into rewrite-pushing-to-views
|
2021-09-20 19:43:15 +03:00 |
|
Maksim Kita
|
de20e04dfd
|
Added executable user defined functions
|
2021-09-17 18:42:59 +03:00 |
|
Nikolai Kochetov
|
341553febd
|
Fix build.
|
2021-09-16 20:40:42 +03:00 |
|
Maksim Kita
|
dce3fc60ad
|
Fixed build
|
2021-08-24 19:13:38 +03:00 |
|
Maksim Kita
|
010d72593f
|
Fixed integration tests
|
2021-08-23 17:31:58 +03:00 |
|
Maksim Kita
|
01682a86b3
|
Updated user defined functions implementation
|
2021-08-19 00:54:55 +03:00 |
|
Maksim Kita
|
6b2c249adc
|
Updated UserDefinedObjectsLoader
|
2021-08-18 12:29:52 +03:00 |
|
ANDREI STAROVEROV
|
7966bded6c
|
Add storing on disk for created functions
|
2021-07-20 23:20:23 +03:00 |
|
ANDREI STAROVEROV
|
6ce203504b
|
Add access rights
|
2021-07-20 02:34:04 +03:00 |
|
ANDREI STAROVEROV
|
3bf0db519e
|
Improve tests and validation of new functions
|
2021-07-03 23:17:02 +03:00 |
|
ANDREI STAROVEROV
|
ed8ecc987e
|
Fix style error
|
2021-05-11 02:20:43 +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 |
|