.. |
Hive
|
Generate config.h into ${CONFIG_INCLUDE_PATH}
|
2022-09-28 12:48:26 +00:00 |
CMakeLists.txt
|
merge master and fix conflict
|
2022-03-21 15:05:43 +08:00 |
ITableFunction.cpp
|
Added new field allow_readonly in system.table_functions to allow using table functions in readonly mode.
|
2022-10-26 18:45:23 +02:00 |
ITableFunction.h
|
Add a comment
|
2022-11-20 07:47:20 +01:00 |
ITableFunctionFileLike.cpp
|
Improve using structure from insertion table in table functions
|
2022-10-14 15:09:35 +00:00 |
ITableFunctionFileLike.h
|
Improve using structure from insertion table in table functions
|
2022-10-14 15:09:35 +00:00 |
ITableFunctionXDBC.cpp
|
Remove garbage from code
|
2022-02-12 22:49:01 +03:00 |
ITableFunctionXDBC.h
|
Generate config.h into ${CONFIG_INCLUDE_PATH}
|
2022-09-28 12:48:26 +00:00 |
registerTableFunctions.cpp
|
Merge branch 'master' into fix-describe-delta-lake-hudi
|
2022-11-21 08:23:33 +00:00 |
registerTableFunctions.h
|
Merge branch 'master' into fix-describe-delta-lake-hudi
|
2022-11-21 08:23:33 +00:00 |
TableFunctionDeltaLake.cpp
|
Merge pull request #43253 from xiedeyantu/fix-s3-glob
|
2022-11-22 14:26:56 +01:00 |
TableFunctionDeltaLake.h
|
Merge branch 'master' into fix-describe-delta-lake-hudi
|
2022-11-21 08:23:33 +00:00 |
TableFunctionDictionary.cpp
|
Better exception messages on wrong table engines/functions argument types
|
2022-06-23 20:04:06 +00:00 |
TableFunctionDictionary.h
|
TableFunctionDictionary fix comment
|
2021-10-04 21:09:32 +03:00 |
TableFunctionExecutable.cpp
|
Allow to specify structure hints in schema inference
|
2022-08-16 09:46:57 +00:00 |
TableFunctionExecutable.h
|
add settings for executable table func
|
2022-07-30 20:02:56 +02:00 |
TableFunctionExplain.cpp
|
Updated registerFunction factory method and removed table_functions_allowed_in_readonly_mode - 42414 Enable table functions in readonly mode
|
2022-11-03 12:31:07 +01:00 |
TableFunctionExplain.h
|
doc viewExplain
|
2022-10-03 19:14:40 +02:00 |
TableFunctionFactory.cpp
|
Move maskSensitiveInfoInQueryForLogging() to src/Parsers/
|
2022-11-14 18:55:19 +01:00 |
TableFunctionFactory.h
|
Updated registerFunction factory method and removed table_functions_allowed_in_readonly_mode - 42414 Enable table functions in readonly mode
|
2022-11-03 12:31:07 +01:00 |
TableFunctionFile.cpp
|
Fixes for -Wshorten-64-to-32
|
2022-10-21 13:25:19 +02:00 |
TableFunctionFile.h
|
Better exception messages on wrong table engines/functions argument types
|
2022-06-23 20:04:06 +00:00 |
TableFunctionFormat.cpp
|
Fix build
|
2022-11-14 17:29:30 +01:00 |
TableFunctionFormat.h
|
Add table function format(format_name, data)
|
2022-02-07 13:43:37 +03:00 |
TableFunctionGenerateRandom.cpp
|
Updated registerFunction factory method and removed table_functions_allowed_in_readonly_mode - 42414 Enable table functions in readonly mode
|
2022-11-03 12:31:07 +01:00 |
TableFunctionGenerateRandom.h
|
|
|
TableFunctionHDFS.cpp
|
Generate config.h into ${CONFIG_INCLUDE_PATH}
|
2022-09-28 12:48:26 +00:00 |
TableFunctionHDFS.h
|
Generate config.h into ${CONFIG_INCLUDE_PATH}
|
2022-09-28 12:48:26 +00:00 |
TableFunctionHDFSCluster.cpp
|
Merge branch 'master' into s3-cluster-schema-inference
|
2022-10-14 22:07:54 +02:00 |
TableFunctionHDFSCluster.h
|
Generate config.h into ${CONFIG_INCLUDE_PATH}
|
2022-09-28 12:48:26 +00:00 |
TableFunctionHudi.cpp
|
Merge pull request #43253 from xiedeyantu/fix-s3-glob
|
2022-11-22 14:26:56 +01:00 |
TableFunctionHudi.h
|
Add table function hudi and deltaLake
|
2022-11-09 08:01:05 +00:00 |
TableFunctionInput.cpp
|
Allow to specify structure hints in schema inference
|
2022-08-16 09:46:57 +00:00 |
TableFunctionInput.h
|
Improve schema inference for insert select queries
|
2022-03-30 12:44:53 +00:00 |
TableFunctionMeiliSearch.cpp
|
refactor code & change exception numbers
|
2022-05-16 16:13:05 +03:00 |
TableFunctionMeiliSearch.h
|
Rename table function MeiliSearch to meilisearch
|
2022-08-28 02:08:51 +02:00 |
TableFunctionMerge.cpp
|
Better exception messages on wrong table engines/functions argument types
|
2022-06-23 20:04:06 +00:00 |
TableFunctionMerge.h
|
|
|
TableFunctionMongoDB.cpp
|
Refactor BSONEachRow format, fix bugs, support more data types, support parallel parsing and schema inference
|
2022-11-10 20:15:14 +00:00 |
TableFunctionMongoDB.h
|
Refactor BSONEachRow format, fix bugs, support more data types, support parallel parsing and schema inference
|
2022-11-10 20:15:14 +00:00 |
TableFunctionMySQL.cpp
|
Consolidate config_core.h into config.h
|
2022-09-28 13:31:57 +00:00 |
TableFunctionMySQL.h
|
Consolidate config_core.h into config.h
|
2022-09-28 13:31:57 +00:00 |
TableFunctionNull.cpp
|
Updated registerFunction factory method and removed table_functions_allowed_in_readonly_mode - 42414 Enable table functions in readonly mode
|
2022-11-03 12:31:07 +01:00 |
TableFunctionNull.h
|
Implement type inference for INSERT INTO function null()
|
2022-04-17 15:07:56 +00:00 |
TableFunctionNumbers.cpp
|
Updated registerFunction factory method and removed table_functions_allowed_in_readonly_mode - 42414 Enable table functions in readonly mode
|
2022-11-03 12:31:07 +01:00 |
TableFunctionNumbers.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
TableFunctionPostgreSQL.cpp
|
Add auto close for postgres connection
|
2022-06-27 13:46:52 +02:00 |
TableFunctionPostgreSQL.h
|
Consolidate config_core.h into config.h
|
2022-09-28 13:31:57 +00:00 |
TableFunctionRemote.cpp
|
Merge branch 'master' into 42414_Enable_functions_in_readonly_mode
|
2022-11-07 09:50:05 +01:00 |
TableFunctionRemote.h
|
Fix some code comments style
|
2022-02-28 08:15:37 +08:00 |
TableFunctionS3.cpp
|
fix s3 support question mark wildcard
|
2022-11-18 12:11:22 +08:00 |
TableFunctionS3.h
|
Merge pull request #42320 from Avogar/improve-schema-inference-insert-select
|
2022-11-14 14:51:27 +01:00 |
TableFunctionS3Cluster.cpp
|
Remove logging
|
2022-09-30 17:00:39 +00:00 |
TableFunctionS3Cluster.h
|
Generate config.h into ${CONFIG_INCLUDE_PATH}
|
2022-09-28 12:48:26 +00:00 |
TableFunctionSQLite.cpp
|
Fix tests
|
2022-06-27 13:55:51 +00:00 |
TableFunctionSQLite.h
|
Consolidate config_core.h into config.h
|
2022-09-28 13:31:57 +00:00 |
TableFunctionURL.cpp
|
s3 header auth in ast
|
2022-09-13 15:13:28 +02:00 |
TableFunctionURL.h
|
Better format detection for url table function/engine
|
2022-08-25 18:31:06 +00:00 |
TableFunctionValues.cpp
|
Updated registerFunction factory method and removed table_functions_allowed_in_readonly_mode - 42414 Enable table functions in readonly mode
|
2022-11-03 12:31:07 +01:00 |
TableFunctionValues.h
|
Fix some code comments style
|
2022-02-28 08:15:37 +08:00 |
TableFunctionView.cpp
|
Updated registerFunction factory method and removed table_functions_allowed_in_readonly_mode - 42414 Enable table functions in readonly mode
|
2022-11-03 12:31:07 +01:00 |
TableFunctionView.h
|
Add ability to get SELECT query from TableFunctionView
|
2022-03-08 22:02:18 +03:00 |
TableFunctionViewIfPermitted.cpp
|
Updated registerFunction factory method and removed table_functions_allowed_in_readonly_mode - 42414 Enable table functions in readonly mode
|
2022-11-03 12:31:07 +01:00 |
TableFunctionViewIfPermitted.h
|
Add new table function viewIfPermitted().
|
2022-07-15 15:44:29 +02:00 |
TableFunctionZeros.cpp
|
Updated registerFunction factory method and removed table_functions_allowed_in_readonly_mode - 42414 Enable table functions in readonly mode
|
2022-11-03 12:31:07 +01:00 |
TableFunctionZeros.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |