mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Merge pull request #29207 from bharatnc/ncb/run-ya-make
Update outdated ya.make files
This commit is contained in:
commit
7878d848ab
@ -9,6 +9,7 @@ PEERDIR(
|
|||||||
|
|
||||||
|
|
||||||
SRCS(
|
SRCS(
|
||||||
|
DDLDependencyVisitor.cpp
|
||||||
DatabaseAtomic.cpp
|
DatabaseAtomic.cpp
|
||||||
DatabaseDictionary.cpp
|
DatabaseDictionary.cpp
|
||||||
DatabaseFactory.cpp
|
DatabaseFactory.cpp
|
||||||
@ -30,6 +31,7 @@ SRCS(
|
|||||||
SQLite/DatabaseSQLite.cpp
|
SQLite/DatabaseSQLite.cpp
|
||||||
SQLite/SQLiteUtils.cpp
|
SQLite/SQLiteUtils.cpp
|
||||||
SQLite/fetchSQLiteTableStructure.cpp
|
SQLite/fetchSQLiteTableStructure.cpp
|
||||||
|
TablesLoader.cpp
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -304,6 +304,7 @@ SRCS(
|
|||||||
h3IndexesAreNeighbors.cpp
|
h3IndexesAreNeighbors.cpp
|
||||||
h3IsValid.cpp
|
h3IsValid.cpp
|
||||||
h3ToChildren.cpp
|
h3ToChildren.cpp
|
||||||
|
h3ToGeoBoundary.cpp
|
||||||
h3ToParent.cpp
|
h3ToParent.cpp
|
||||||
h3ToString.cpp
|
h3ToString.cpp
|
||||||
h3kRing.cpp
|
h3kRing.cpp
|
||||||
|
@ -28,6 +28,7 @@ SRCS(
|
|||||||
ApplyWithSubqueryVisitor.cpp
|
ApplyWithSubqueryVisitor.cpp
|
||||||
ArithmeticOperationsInAgrFuncOptimize.cpp
|
ArithmeticOperationsInAgrFuncOptimize.cpp
|
||||||
ArrayJoinAction.cpp
|
ArrayJoinAction.cpp
|
||||||
|
AsynchronousInsertQueue.cpp
|
||||||
AsynchronousMetricLog.cpp
|
AsynchronousMetricLog.cpp
|
||||||
AsynchronousMetrics.cpp
|
AsynchronousMetrics.cpp
|
||||||
BloomFilter.cpp
|
BloomFilter.cpp
|
||||||
|
@ -28,6 +28,7 @@ SRCS(
|
|||||||
Executors/PollingQueue.cpp
|
Executors/PollingQueue.cpp
|
||||||
Executors/PullingAsyncPipelineExecutor.cpp
|
Executors/PullingAsyncPipelineExecutor.cpp
|
||||||
Executors/PullingPipelineExecutor.cpp
|
Executors/PullingPipelineExecutor.cpp
|
||||||
|
Executors/StreamingFormatExecutor.cpp
|
||||||
ForkProcessor.cpp
|
ForkProcessor.cpp
|
||||||
Formats/IInputFormat.cpp
|
Formats/IInputFormat.cpp
|
||||||
Formats/IOutputFormat.cpp
|
Formats/IOutputFormat.cpp
|
||||||
@ -58,12 +59,8 @@ SRCS(
|
|||||||
Formats/Impl/MySQLOutputFormat.cpp
|
Formats/Impl/MySQLOutputFormat.cpp
|
||||||
Formats/Impl/NullFormat.cpp
|
Formats/Impl/NullFormat.cpp
|
||||||
Formats/Impl/ODBCDriver2BlockOutputFormat.cpp
|
Formats/Impl/ODBCDriver2BlockOutputFormat.cpp
|
||||||
Formats/Impl/ORCBlockInputFormat.cpp
|
|
||||||
Formats/Impl/ORCBlockOutputFormat.cpp
|
|
||||||
Formats/Impl/ParallelFormattingOutputFormat.cpp
|
Formats/Impl/ParallelFormattingOutputFormat.cpp
|
||||||
Formats/Impl/ParallelParsingInputFormat.cpp
|
Formats/Impl/ParallelParsingInputFormat.cpp
|
||||||
Formats/Impl/ParquetBlockInputFormat.cpp
|
|
||||||
Formats/Impl/ParquetBlockOutputFormat.cpp
|
|
||||||
Formats/Impl/PostgreSQLOutputFormat.cpp
|
Formats/Impl/PostgreSQLOutputFormat.cpp
|
||||||
Formats/Impl/PrettyBlockOutputFormat.cpp
|
Formats/Impl/PrettyBlockOutputFormat.cpp
|
||||||
Formats/Impl/PrettyCompactBlockOutputFormat.cpp
|
Formats/Impl/PrettyCompactBlockOutputFormat.cpp
|
||||||
|
@ -164,6 +164,7 @@ SRCS(
|
|||||||
StorageView.cpp
|
StorageView.cpp
|
||||||
StorageXDBC.cpp
|
StorageXDBC.cpp
|
||||||
System/StorageSystemAggregateFunctionCombinators.cpp
|
System/StorageSystemAggregateFunctionCombinators.cpp
|
||||||
|
System/StorageSystemAsynchronousInserts.cpp
|
||||||
System/StorageSystemAsynchronousMetrics.cpp
|
System/StorageSystemAsynchronousMetrics.cpp
|
||||||
System/StorageSystemBuildOptions.cpp
|
System/StorageSystemBuildOptions.cpp
|
||||||
System/StorageSystemClusters.cpp
|
System/StorageSystemClusters.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user