ClickHouse/src/TableFunctions
Azat Khuzhin 5001b19613 Accept arbitrary numeric types for numbers() arguments (for scientific notation)
This is to make the syntax simpler, i.e. avoid explicit cast to UInt64
if you want to use scientific notation (i.e. 1e9 over 1 000 000 000).

v2: use plain evaluateConstantExpression() over
evaluateConstantExpressionOrIdentifierAsLiteral() since identifier will
not work anyway
2021-02-10 22:32:32 +03:00
..
CMakeLists.txt Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
ITableFunction.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
ITableFunction.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
ITableFunctionFileLike.cpp fix assertion in table function file() 2020-10-20 15:29:46 +03:00
ITableFunctionFileLike.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
ITableFunctionXDBC.cpp More forward declaration for generic headers 2020-12-12 17:43:10 +03:00
ITableFunctionXDBC.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
parseColumnsListForTableFunction.cpp
parseColumnsListForTableFunction.h
registerTableFunctions.cpp Add table function 2020-12-27 12:16:46 +00:00
registerTableFunctions.h Add table cache, better drop table 2020-12-27 15:52:15 +00:00
TableFunctionFactory.cpp Make sure not to log non-existent objects 2021-01-23 12:05:37 +00:00
TableFunctionFactory.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionFile.cpp add support of settings to URL, fix url and file table functions 2020-11-05 14:28:20 +03:00
TableFunctionFile.h Whitespaces 2020-12-18 08:07:09 +03:00
TableFunctionGenerateRandom.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionGenerateRandom.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionHDFS.cpp cleanup, fixes, new submodules, ShellCommand, WriteBufferFromString 2020-12-16 14:48:33 +03:00
TableFunctionHDFS.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionInput.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionInput.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionMerge.cpp Fix access rights required for the merge() table function. 2020-12-17 12:29:07 +03:00
TableFunctionMerge.h Fix access rights required for the merge() table function. 2020-12-17 12:29:07 +03:00
TableFunctionMySQL.cpp Make global_context consistent. 2020-11-20 18:23:14 +08:00
TableFunctionMySQL.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionNull.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionNull.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionNumbers.cpp Accept arbitrary numeric types for numbers() arguments (for scientific notation) 2021-02-10 22:32:32 +03:00
TableFunctionNumbers.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionPostgreSQL.cpp More safe connection string 2021-01-16 00:18:51 +03:00
TableFunctionPostgreSQL.h Minor changes 2021-01-15 22:59:49 +03:00
TableFunctionRemote.cpp Merge branch 'master' of github.com:ClickHouse/ClickHouse into insert-cluster 2021-01-15 15:37:56 +00:00
TableFunctionRemote.h try fix 2020-12-21 10:42:21 +00:00
TableFunctionS3.cpp Added global setting s3_max_connections. 2021-01-05 13:34:55 +03:00
TableFunctionS3.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionURL.cpp add support of settings to URL, fix url and file table functions 2020-11-05 14:28:20 +03:00
TableFunctionURL.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionValues.cpp Fix potential nullptr dereference in table function VALUES 2021-01-21 15:19:00 +03:00
TableFunctionValues.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionView.cpp better cte and with global 2021-01-26 10:29:11 +08:00
TableFunctionView.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionZeros.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionZeros.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
ya.make Fix Arcadia 2021-01-07 15:29:02 +03:00
ya.make.in Fix Arcadia 2021-01-07 06:45:12 +03:00