.. |
Hive
|
Rename Context::getSettings()
|
2024-07-15 14:28:12 +02:00 |
CMakeLists.txt
|
Add feature with the right author name
|
2024-02-06 21:34:09 +00:00 |
ITableFunction.cpp
|
Fix error
|
2024-07-19 00:20:03 +02:00 |
ITableFunction.h
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
ITableFunctionCluster.h
|
Merge remote-tracking branch 'origin/master' into use-iobject-storage-for-table-engines-1
|
2024-02-16 15:21:10 +01:00 |
ITableFunctionDataLake.h
|
Minor
|
2024-06-07 13:43:26 +02:00 |
ITableFunctionFileLike.cpp
|
fix tests
|
2024-03-01 18:44:33 +00:00 |
ITableFunctionFileLike.h
|
fix tests
|
2024-03-01 18:44:33 +00:00 |
ITableFunctionXDBC.cpp
|
Hide Settings object from Context.h
|
2024-07-11 14:00:05 +02:00 |
registerDataLakeTableFunctions.cpp
|
Refactor data lakes
|
2024-02-14 15:50:43 +01:00 |
registerTableFunctions.cpp
|
Merge branch 'master' into pufit/fuzz-query-revert-revert
|
2024-08-08 20:12:23 -04:00 |
registerTableFunctions.h
|
Merge branch 'master' into pufit/fuzz-query-revert-revert
|
2024-08-08 20:12:23 -04:00 |
TableFunctionDictionary.cpp
|
Merge pull request #66595 from MikhailBurdukov/verify_primary_key_dictionary
|
2024-07-18 15:11:23 +00:00 |
TableFunctionDictionary.h
|
Remove useless header files
|
2023-11-06 04:33:23 +01:00 |
TableFunctionExecutable.cpp
|
Ensure COMMENT clause works for all table engines
|
2024-07-21 20:00:38 +02:00 |
TableFunctionExplain.cpp
|
hide Field::get in private, only use Field::safeGet
|
2024-08-10 13:01:55 +00:00 |
TableFunctionFactory.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
TableFunctionFactory.h
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
TableFunctionFile.cpp
|
merge master
|
2024-08-10 13:53:32 +00:00 |
TableFunctionFile.h
|
fix tests
|
2024-03-01 18:44:33 +00:00 |
TableFunctionFileCluster.cpp
|
Hide Settings object from Context.h
|
2024-07-11 14:00:05 +02:00 |
TableFunctionFileCluster.h
|
Introduced fileCluster table function
|
2023-11-22 15:06:04 +01:00 |
TableFunctionFormat.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
TableFunctionFuzzJSON.cpp
|
Follow-up to #56490: Fix build with -DENABLE_LIBRARIES=0
|
2023-11-28 19:59:43 +00:00 |
TableFunctionFuzzJSON.h
|
Follow-up to #56490: Fix build with -DENABLE_LIBRARIES=0
|
2023-11-28 19:59:43 +00:00 |
TableFunctionFuzzQuery.cpp
|
Revert "Revert "FuzzQuery table function""
|
2024-08-02 00:32:01 -04:00 |
TableFunctionFuzzQuery.h
|
Revert "Revert "FuzzQuery table function""
|
2024-08-02 00:32:01 -04:00 |
TableFunctionGenerateRandom.cpp
|
Fixing NULL random seed for generateRandom with analyzer.
|
2024-04-03 13:12:05 +00:00 |
TableFunctionGenerateSeries.cpp
|
Remove log debug
|
2024-03-18 16:03:12 +00:00 |
TableFunctionInput.cpp
|
Remove useless header files
|
2023-11-06 04:33:23 +01:00 |
TableFunctionLoop.cpp
|
Fix loop() table function crashing on empty table name
|
2024-06-01 07:55:23 +00:00 |
TableFunctionMerge.cpp
|
Reduce header dependencies
|
2024-03-19 17:04:29 +01:00 |
TableFunctionMergeTreeIndex.cpp
|
hide Field::get in private, only use Field::safeGet
|
2024-08-10 13:01:55 +00:00 |
TableFunctionMongoDB.cpp
|
Delete old code of named collections
|
2024-08-15 16:01:13 +02:00 |
TableFunctionMySQL.cpp
|
Hide Settings object from Context.h
|
2024-07-11 14:00:05 +02:00 |
TableFunctionNull.cpp
|
Remove useless header files
|
2023-11-06 04:33:23 +01:00 |
TableFunctionNumbers.cpp
|
Modify prompt exception for table functions numbers, zeros
|
2024-04-12 15:10:25 +08:00 |
TableFunctionObjectStorage.cpp
|
fixes after review
|
2024-07-05 12:44:31 +00:00 |
TableFunctionObjectStorage.h
|
Review fixes
|
2024-05-15 22:17:47 +02:00 |
TableFunctionObjectStorageCluster.cpp
|
Cleanuo
|
2024-04-26 19:23:33 +02:00 |
TableFunctionObjectStorageCluster.h
|
Review fixes
|
2024-05-15 22:17:47 +02:00 |
TableFunctionPostgreSQL.cpp
|
Merge remote-tracking branch 'blessed/master' into mergetree_private
|
2024-07-11 19:58:54 +02:00 |
TableFunctionRedis.cpp
|
Delete old code of named collections
|
2024-08-15 16:01:13 +02:00 |
TableFunctionRemote.cpp
|
Fix cluster() for inter-server secret (preserve initial user as before)
|
2024-08-05 20:24:24 +02:00 |
TableFunctionRemote.h
|
Added option to check if container exists before attempting to read/create it, added this flag for all table functions, only used in azureBlobStorage
|
2023-07-06 10:56:07 +02:00 |
TableFunctionSQLite.cpp
|
Ensure COMMENT clause works for all table engines
|
2024-07-21 20:00:38 +02:00 |
TableFunctionTimeSeries.cpp
|
Add table functions timeSeriesData(), timeSeriesTags(), timeSeriesMetrics()
|
2024-08-03 16:20:23 +02:00 |
TableFunctionTimeSeries.h
|
Add table functions timeSeriesData(), timeSeriesTags(), timeSeriesMetrics()
|
2024-08-03 16:20:23 +02:00 |
TableFunctionURL.cpp
|
fix tests
|
2024-03-01 18:44:33 +00:00 |
TableFunctionURL.h
|
fix tests
|
2024-03-01 18:44:33 +00:00 |
TableFunctionURLCluster.cpp
|
Try to detect file format automatically during schema inference if it's unknown
|
2024-01-23 18:59:39 +00:00 |
TableFunctionURLCluster.h
|
Fix schema inference with named collection, refactor Cluster table functions
|
2023-05-12 13:58:45 +00:00 |
TableFunctionValues.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
TableFunctionView.cpp
|
Less indirect dependencies on Settings.h
|
2024-07-11 17:33:14 +02:00 |
TableFunctionView.h
|
Added option to check if container exists before attempting to read/create it, added this flag for all table functions, only used in azureBlobStorage
|
2023-07-06 10:56:07 +02:00 |
TableFunctionViewIfPermitted.cpp
|
Less indirect dependencies on Settings.h
|
2024-07-11 17:33:14 +02:00 |
TableFunctionZeros.cpp
|
Modify prompt exception for table functions numbers, zeros
|
2024-04-12 15:10:25 +08:00 |