mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Update ya.make
This commit is contained in:
parent
4403847744
commit
58f2504a56
@ -49,6 +49,7 @@ SRCS(
|
||||
AggregateFunctionSimpleLinearRegression.cpp
|
||||
AggregateFunctionSimpleState.cpp
|
||||
AggregateFunctionSingleValueOrNull.cpp
|
||||
AggregateFunctionSparkbar.cpp
|
||||
AggregateFunctionState.cpp
|
||||
AggregateFunctionStatistics.cpp
|
||||
AggregateFunctionStatisticsSimple.cpp
|
||||
|
@ -43,7 +43,6 @@ SRCS(
|
||||
Epoll.cpp
|
||||
ErrorCodes.cpp
|
||||
Exception.cpp
|
||||
ExternalLoaderStatus.cpp
|
||||
FieldVisitorDump.cpp
|
||||
FieldVisitorHash.cpp
|
||||
FieldVisitorSum.cpp
|
||||
|
@ -35,11 +35,6 @@ SRCS(
|
||||
CompressionFactoryAdditions.cpp
|
||||
ICompressionCodec.cpp
|
||||
LZ4_decompress_faster.cpp
|
||||
fuzzers/compressed_buffer_fuzzer.cpp
|
||||
fuzzers/delta_decompress_fuzzer.cpp
|
||||
fuzzers/double_delta_decompress_fuzzer.cpp
|
||||
fuzzers/encrypted_decompress_fuzzer.cpp
|
||||
fuzzers/lz4_decompress_fuzzer.cpp
|
||||
getCompressionCodecForFile.cpp
|
||||
|
||||
)
|
||||
|
@ -61,7 +61,6 @@ SRCS(
|
||||
ReadBufferFromMemory.cpp
|
||||
ReadBufferFromPocoSocket.cpp
|
||||
ReadHelpers.cpp
|
||||
ReadSettings.cpp
|
||||
SeekAvoidingReadBuffer.cpp
|
||||
SynchronousReader.cpp
|
||||
ThreadPoolReader.cpp
|
||||
|
@ -48,6 +48,7 @@ SRCS(
|
||||
DatabaseAndTableWithAlias.cpp
|
||||
DatabaseCatalog.cpp
|
||||
DictionaryReader.cpp
|
||||
DuplicateOrderByVisitor.cpp
|
||||
EmbeddedDictionaries.cpp
|
||||
ExecuteScalarSubqueriesVisitor.cpp
|
||||
ExpressionActions.cpp
|
||||
|
@ -18,7 +18,7 @@ SRCS(
|
||||
Distributed/DirectoryMonitor.cpp
|
||||
Distributed/DistributedSettings.cpp
|
||||
Distributed/DistributedSink.cpp
|
||||
ExecutablePoolSettings.cpp
|
||||
ExecutableSettings.cpp
|
||||
IStorage.cpp
|
||||
IndicesDescription.cpp
|
||||
JoinSettings.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user