MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / convertToFinishSorting

Method convertToFinishSorting

src/Processors/QueryPlan/SortingStep.cpp:308–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308void SortingStep::convertToFinishSorting(SortDescription prefix_description_, bool use_buffering_, bool apply_virtual_row_conversions_)
309{
310 type = Type::FinishSorting;
311 prefix_description = std::move(prefix_description_);
312 use_buffering = use_buffering_;
313 apply_virtual_row_conversions = apply_virtual_row_conversions_;
314}
315
316void SortingStep::scatterByPartitionIfNeeded(QueryPipelineBuilder& pipeline)
317{

Callers 3

optimizeReadInOrderFunction · 0.80
applyOrderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected