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