mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
172 lines
6.0 KiB
Makefile
172 lines
6.0 KiB
Makefile
# This file is generated automatically, do not edit. See 'ya.make.in' and use 'utils/generate-ya-make' to regenerate it.
|
|
OWNER(g:clickhouse)
|
|
|
|
LIBRARY()
|
|
|
|
PEERDIR(
|
|
clickhouse/src/Common
|
|
contrib/libs/msgpack
|
|
contrib/libs/protobuf
|
|
)
|
|
|
|
|
|
SRCS(
|
|
Chunk.cpp
|
|
ConcatProcessor.cpp
|
|
DelayedPortsProcessor.cpp
|
|
Executors/ExecutingGraph.cpp
|
|
Executors/PipelineExecutingBlockInputStream.cpp
|
|
Executors/PipelineExecutor.cpp
|
|
Executors/PollingQueue.cpp
|
|
Executors/PullingAsyncPipelineExecutor.cpp
|
|
Executors/PullingPipelineExecutor.cpp
|
|
ForkProcessor.cpp
|
|
Formats/IInputFormat.cpp
|
|
Formats/IOutputFormat.cpp
|
|
Formats/IRowInputFormat.cpp
|
|
Formats/IRowOutputFormat.cpp
|
|
Formats/Impl/BinaryRowInputFormat.cpp
|
|
Formats/Impl/BinaryRowOutputFormat.cpp
|
|
Formats/Impl/CSVRowInputFormat.cpp
|
|
Formats/Impl/CSVRowOutputFormat.cpp
|
|
Formats/Impl/ConstantExpressionTemplate.cpp
|
|
Formats/Impl/JSONAsStringRowInputFormat.cpp
|
|
Formats/Impl/JSONCompactEachRowRowInputFormat.cpp
|
|
Formats/Impl/JSONCompactEachRowRowOutputFormat.cpp
|
|
Formats/Impl/JSONCompactRowOutputFormat.cpp
|
|
Formats/Impl/JSONEachRowRowInputFormat.cpp
|
|
Formats/Impl/JSONEachRowRowOutputFormat.cpp
|
|
Formats/Impl/JSONEachRowWithProgressRowOutputFormat.cpp
|
|
Formats/Impl/JSONRowOutputFormat.cpp
|
|
Formats/Impl/LineAsStringRowInputFormat.cpp
|
|
Formats/Impl/MarkdownRowOutputFormat.cpp
|
|
Formats/Impl/MsgPackRowInputFormat.cpp
|
|
Formats/Impl/MsgPackRowOutputFormat.cpp
|
|
Formats/Impl/MySQLOutputFormat.cpp
|
|
Formats/Impl/NullFormat.cpp
|
|
Formats/Impl/ODBCDriver2BlockOutputFormat.cpp
|
|
Formats/Impl/ParallelFormattingOutputFormat.cpp
|
|
Formats/Impl/ParallelParsingInputFormat.cpp
|
|
Formats/Impl/PostgreSQLOutputFormat.cpp
|
|
Formats/Impl/PrettyBlockOutputFormat.cpp
|
|
Formats/Impl/PrettyCompactBlockOutputFormat.cpp
|
|
Formats/Impl/PrettySpaceBlockOutputFormat.cpp
|
|
Formats/Impl/ProtobufRowInputFormat.cpp
|
|
Formats/Impl/ProtobufRowOutputFormat.cpp
|
|
Formats/Impl/RawBLOBRowInputFormat.cpp
|
|
Formats/Impl/RawBLOBRowOutputFormat.cpp
|
|
Formats/Impl/RegexpRowInputFormat.cpp
|
|
Formats/Impl/TSKVRowInputFormat.cpp
|
|
Formats/Impl/TSKVRowOutputFormat.cpp
|
|
Formats/Impl/TabSeparatedRowInputFormat.cpp
|
|
Formats/Impl/TabSeparatedRowOutputFormat.cpp
|
|
Formats/Impl/TemplateBlockOutputFormat.cpp
|
|
Formats/Impl/TemplateRowInputFormat.cpp
|
|
Formats/Impl/ValuesBlockInputFormat.cpp
|
|
Formats/Impl/ValuesRowOutputFormat.cpp
|
|
Formats/Impl/VerticalRowOutputFormat.cpp
|
|
Formats/Impl/XMLRowOutputFormat.cpp
|
|
Formats/LazyOutputFormat.cpp
|
|
Formats/OutputStreamToOutputFormat.cpp
|
|
Formats/PullingOutputFormat.cpp
|
|
Formats/RowInputFormatWithDiagnosticInfo.cpp
|
|
IAccumulatingTransform.cpp
|
|
IInflatingTransform.cpp
|
|
IProcessor.cpp
|
|
ISimpleTransform.cpp
|
|
ISink.cpp
|
|
ISource.cpp
|
|
LimitTransform.cpp
|
|
Merges/Algorithms/AggregatingSortedAlgorithm.cpp
|
|
Merges/Algorithms/CollapsingSortedAlgorithm.cpp
|
|
Merges/Algorithms/GraphiteRollupSortedAlgorithm.cpp
|
|
Merges/Algorithms/IMergingAlgorithmWithDelayedChunk.cpp
|
|
Merges/Algorithms/IMergingAlgorithmWithSharedChunks.cpp
|
|
Merges/Algorithms/MergingSortedAlgorithm.cpp
|
|
Merges/Algorithms/ReplacingSortedAlgorithm.cpp
|
|
Merges/Algorithms/SummingSortedAlgorithm.cpp
|
|
Merges/Algorithms/VersionedCollapsingAlgorithm.cpp
|
|
Merges/IMergingTransform.cpp
|
|
Merges/MergingSortedTransform.cpp
|
|
OffsetTransform.cpp
|
|
Pipe.cpp
|
|
Port.cpp
|
|
QueryPipeline.cpp
|
|
QueryPlan/AddingDelayedSourceStep.cpp
|
|
QueryPlan/AddingMissedStep.cpp
|
|
QueryPlan/AggregatingStep.cpp
|
|
QueryPlan/ArrayJoinStep.cpp
|
|
QueryPlan/CreatingSetsStep.cpp
|
|
QueryPlan/CubeStep.cpp
|
|
QueryPlan/DistinctStep.cpp
|
|
QueryPlan/ExpressionStep.cpp
|
|
QueryPlan/ExtremesStep.cpp
|
|
QueryPlan/FillingStep.cpp
|
|
QueryPlan/FilterStep.cpp
|
|
QueryPlan/FinishSortingStep.cpp
|
|
QueryPlan/IQueryPlanStep.cpp
|
|
QueryPlan/ISourceStep.cpp
|
|
QueryPlan/ITransformingStep.cpp
|
|
QueryPlan/LimitByStep.cpp
|
|
QueryPlan/LimitStep.cpp
|
|
QueryPlan/MaterializingStep.cpp
|
|
QueryPlan/MergeSortingStep.cpp
|
|
QueryPlan/MergingAggregatedStep.cpp
|
|
QueryPlan/MergingFinal.cpp
|
|
QueryPlan/MergingSortedStep.cpp
|
|
QueryPlan/OffsetStep.cpp
|
|
QueryPlan/Optimizations/liftUpArrayJoin.cpp
|
|
QueryPlan/Optimizations/limitPushDown.cpp
|
|
QueryPlan/Optimizations/mergeExpressions.cpp
|
|
QueryPlan/Optimizations/optimizeTree.cpp
|
|
QueryPlan/Optimizations/splitFilter.cpp
|
|
QueryPlan/PartialSortingStep.cpp
|
|
QueryPlan/QueryIdHolder.cpp
|
|
QueryPlan/QueryPlan.cpp
|
|
QueryPlan/ReadFromPreparedSource.cpp
|
|
QueryPlan/ReadNothingStep.cpp
|
|
QueryPlan/ReverseRowsStep.cpp
|
|
QueryPlan/RollupStep.cpp
|
|
QueryPlan/SettingQuotaAndLimitsStep.cpp
|
|
QueryPlan/TotalsHavingStep.cpp
|
|
QueryPlan/UnionStep.cpp
|
|
QueryPlan/WindowStep.cpp
|
|
ResizeProcessor.cpp
|
|
Sources/DelayedSource.cpp
|
|
Sources/RemoteSource.cpp
|
|
Sources/SinkToOutputStream.cpp
|
|
Sources/SourceFromInputStream.cpp
|
|
Sources/SourceWithProgress.cpp
|
|
Transforms/AddingMissedTransform.cpp
|
|
Transforms/AddingSelectorTransform.cpp
|
|
Transforms/AggregatingInOrderTransform.cpp
|
|
Transforms/AggregatingTransform.cpp
|
|
Transforms/ArrayJoinTransform.cpp
|
|
Transforms/CopyTransform.cpp
|
|
Transforms/CreatingSetsTransform.cpp
|
|
Transforms/CubeTransform.cpp
|
|
Transforms/DistinctTransform.cpp
|
|
Transforms/ExpressionTransform.cpp
|
|
Transforms/ExtremesTransform.cpp
|
|
Transforms/FillingTransform.cpp
|
|
Transforms/FilterTransform.cpp
|
|
Transforms/FinishSortingTransform.cpp
|
|
Transforms/JoiningTransform.cpp
|
|
Transforms/LimitByTransform.cpp
|
|
Transforms/LimitsCheckingTransform.cpp
|
|
Transforms/MaterializingTransform.cpp
|
|
Transforms/MergeSortingTransform.cpp
|
|
Transforms/MergingAggregatedMemoryEfficientTransform.cpp
|
|
Transforms/MergingAggregatedTransform.cpp
|
|
Transforms/PartialSortingTransform.cpp
|
|
Transforms/ReverseTransform.cpp
|
|
Transforms/RollupTransform.cpp
|
|
Transforms/SortingTransform.cpp
|
|
Transforms/TotalsHavingTransform.cpp
|
|
Transforms/WindowTransform.cpp
|
|
printPipeline.cpp
|
|
|
|
)
|
|
|
|
END()
|