2020-08-02 13:57:38 +00:00
|
|
|
# This file is generated automatically, do not edit. See 'ya.make.in' and use 'utils/generate-ya-make' to regenerate it.
|
2020-04-16 12:31:57 +00:00
|
|
|
LIBRARY()
|
|
|
|
|
|
|
|
PEERDIR(
|
|
|
|
clickhouse/src/Common
|
|
|
|
contrib/libs/msgpack
|
2020-05-14 19:56:10 +00:00
|
|
|
contrib/libs/protobuf
|
2020-04-16 12:31:57 +00:00
|
|
|
)
|
|
|
|
|
2020-09-07 22:14:13 +00:00
|
|
|
CFLAGS(-g0)
|
|
|
|
|
2020-04-16 12:31:57 +00:00
|
|
|
SRCS(
|
|
|
|
Chunk.cpp
|
|
|
|
ConcatProcessor.cpp
|
|
|
|
DelayedPortsProcessor.cpp
|
2020-07-30 16:24:50 +00:00
|
|
|
Executors/ExecutingGraph.cpp
|
2020-05-19 09:04:56 +00:00
|
|
|
Executors/PipelineExecutingBlockInputStream.cpp
|
2020-04-16 12:31:57 +00:00
|
|
|
Executors/PipelineExecutor.cpp
|
2020-05-20 18:53:18 +00:00
|
|
|
Executors/PullingAsyncPipelineExecutor.cpp
|
2020-05-14 21:03:38 +00:00
|
|
|
Executors/PullingPipelineExecutor.cpp
|
2020-04-16 12:31:57 +00:00
|
|
|
ForkProcessor.cpp
|
|
|
|
Formats/IInputFormat.cpp
|
|
|
|
Formats/Impl/BinaryRowInputFormat.cpp
|
|
|
|
Formats/Impl/BinaryRowOutputFormat.cpp
|
|
|
|
Formats/Impl/ConstantExpressionTemplate.cpp
|
|
|
|
Formats/Impl/CSVRowInputFormat.cpp
|
|
|
|
Formats/Impl/CSVRowOutputFormat.cpp
|
2020-05-04 13:47:08 +00:00
|
|
|
Formats/Impl/JSONAsStringRowInputFormat.cpp
|
2020-04-16 12:31:57 +00:00
|
|
|
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
|
2020-09-10 16:35:18 +00:00
|
|
|
Formats/Impl/LineAsStringRowInputFormat.cpp
|
2020-04-21 20:23:44 +00:00
|
|
|
Formats/Impl/MarkdownRowOutputFormat.cpp
|
2020-04-16 12:31:57 +00:00
|
|
|
Formats/Impl/MsgPackRowInputFormat.cpp
|
|
|
|
Formats/Impl/MsgPackRowOutputFormat.cpp
|
|
|
|
Formats/Impl/MySQLOutputFormat.cpp
|
|
|
|
Formats/Impl/NativeFormat.cpp
|
|
|
|
Formats/Impl/NullFormat.cpp
|
|
|
|
Formats/Impl/ODBCDriver2BlockOutputFormat.cpp
|
2020-05-30 17:04:02 +00:00
|
|
|
Formats/Impl/PostgreSQLOutputFormat.cpp
|
2020-04-16 12:31:57 +00:00
|
|
|
Formats/Impl/PrettyBlockOutputFormat.cpp
|
|
|
|
Formats/Impl/PrettyCompactBlockOutputFormat.cpp
|
|
|
|
Formats/Impl/PrettySpaceBlockOutputFormat.cpp
|
|
|
|
Formats/Impl/ProtobufRowInputFormat.cpp
|
|
|
|
Formats/Impl/ProtobufRowOutputFormat.cpp
|
2020-09-28 00:26:15 +00:00
|
|
|
Formats/Impl/RawBLOBRowInputFormat.cpp
|
|
|
|
Formats/Impl/RawBLOBRowOutputFormat.cpp
|
2020-04-16 12:31:57 +00:00
|
|
|
Formats/Impl/RegexpRowInputFormat.cpp
|
|
|
|
Formats/Impl/TabSeparatedRowInputFormat.cpp
|
|
|
|
Formats/Impl/TabSeparatedRowOutputFormat.cpp
|
|
|
|
Formats/Impl/TemplateBlockOutputFormat.cpp
|
|
|
|
Formats/Impl/TemplateRowInputFormat.cpp
|
|
|
|
Formats/Impl/TSKVRowInputFormat.cpp
|
|
|
|
Formats/Impl/TSKVRowOutputFormat.cpp
|
|
|
|
Formats/Impl/ValuesBlockInputFormat.cpp
|
|
|
|
Formats/Impl/ValuesRowOutputFormat.cpp
|
|
|
|
Formats/Impl/VerticalRowOutputFormat.cpp
|
|
|
|
Formats/Impl/XMLRowOutputFormat.cpp
|
|
|
|
Formats/IOutputFormat.cpp
|
|
|
|
Formats/IRowInputFormat.cpp
|
|
|
|
Formats/IRowOutputFormat.cpp
|
|
|
|
Formats/LazyOutputFormat.cpp
|
|
|
|
Formats/OutputStreamToOutputFormat.cpp
|
2020-05-21 09:27:55 +00:00
|
|
|
Formats/PullingOutputFormat.cpp
|
2020-04-16 12:31:57 +00:00
|
|
|
Formats/RowInputFormatWithDiagnosticInfo.cpp
|
|
|
|
IAccumulatingTransform.cpp
|
|
|
|
IInflatingTransform.cpp
|
|
|
|
IProcessor.cpp
|
|
|
|
ISimpleTransform.cpp
|
|
|
|
ISink.cpp
|
|
|
|
ISource.cpp
|
|
|
|
LimitTransform.cpp
|
2020-04-21 20:23:44 +00:00
|
|
|
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
|
2020-05-18 10:37:13 +00:00
|
|
|
OffsetTransform.cpp
|
2020-04-16 12:31:57 +00:00
|
|
|
Pipe.cpp
|
|
|
|
Port.cpp
|
2020-06-26 17:56:33 +00:00
|
|
|
printPipeline.cpp
|
2020-04-16 12:31:57 +00:00
|
|
|
QueryPipeline.cpp
|
2020-08-02 13:57:38 +00:00
|
|
|
QueryPlan/AddingDelayedSourceStep.cpp
|
|
|
|
QueryPlan/AggregatingStep.cpp
|
2020-08-11 12:03:18 +00:00
|
|
|
QueryPlan/ArrayJoinStep.cpp
|
2020-08-02 13:57:38 +00:00
|
|
|
QueryPlan/ConvertingStep.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/MergeSortingStep.cpp
|
|
|
|
QueryPlan/MergingAggregatedStep.cpp
|
|
|
|
QueryPlan/MergingSortedStep.cpp
|
|
|
|
QueryPlan/OffsetStep.cpp
|
|
|
|
QueryPlan/PartialSortingStep.cpp
|
|
|
|
QueryPlan/QueryPlan.cpp
|
|
|
|
QueryPlan/ReadFromPreparedSource.cpp
|
|
|
|
QueryPlan/ReadFromStorageStep.cpp
|
|
|
|
QueryPlan/ReadNothingStep.cpp
|
|
|
|
QueryPlan/RollupStep.cpp
|
|
|
|
QueryPlan/TotalsHavingStep.cpp
|
|
|
|
QueryPlan/UnionStep.cpp
|
2020-04-16 12:31:57 +00:00
|
|
|
ResizeProcessor.cpp
|
2020-06-03 19:50:11 +00:00
|
|
|
Sources/DelayedSource.cpp
|
2020-08-02 13:57:38 +00:00
|
|
|
Sources/RemoteSource.cpp
|
2020-04-16 12:31:57 +00:00
|
|
|
Sources/SinkToOutputStream.cpp
|
|
|
|
Sources/SourceFromInputStream.cpp
|
|
|
|
Sources/SourceWithProgress.cpp
|
|
|
|
Transforms/AddingMissedTransform.cpp
|
2020-04-22 13:52:07 +00:00
|
|
|
Transforms/AddingSelectorTransform.cpp
|
2020-08-02 13:57:38 +00:00
|
|
|
Transforms/AggregatingInOrderTransform.cpp
|
2020-04-16 12:31:57 +00:00
|
|
|
Transforms/AggregatingTransform.cpp
|
2020-08-11 12:03:18 +00:00
|
|
|
Transforms/ArrayJoinTransform.cpp
|
2020-04-16 12:31:57 +00:00
|
|
|
Transforms/ConvertingTransform.cpp
|
2020-04-22 13:52:07 +00:00
|
|
|
Transforms/CopyTransform.cpp
|
2020-04-16 12:31:57 +00:00
|
|
|
Transforms/CreatingSetsTransform.cpp
|
|
|
|
Transforms/CubeTransform.cpp
|
|
|
|
Transforms/DistinctTransform.cpp
|
|
|
|
Transforms/ExpressionTransform.cpp
|
|
|
|
Transforms/ExtremesTransform.cpp
|
|
|
|
Transforms/FillingTransform.cpp
|
|
|
|
Transforms/FilterTransform.cpp
|
|
|
|
Transforms/FinishSortingTransform.cpp
|
2020-09-08 10:40:53 +00:00
|
|
|
Transforms/JoiningTransform.cpp
|
2020-04-16 12:31:57 +00:00
|
|
|
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
|
2020-08-02 13:57:38 +00:00
|
|
|
|
2020-04-16 12:31:57 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
END()
|