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

Method updateSortDescription

src/Processors/QueryPlan/ReadFromMergeTree.cpp:2927–2938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2925}
2926
2927void ReadFromMergeTree::updateSortDescription()
2928{
2929 result_sort_description = getSortDescriptionForOutputHeader(
2930 output_header,
2931 storage_snapshot->metadata->getSortingKeyColumns(),
2932 storage_snapshot->metadata->getSortingKeyReverseFlags(),
2933 getSortDirection(),
2934 query_info.input_order_info,
2935 query_info.row_level_filter,
2936 query_info.prewhere_info,
2937 enable_vertical_final);
2938}
2939
2940bool ReadFromMergeTree::isParallelReplicasLocalPlanForInitiator() const
2941{

Callers

nothing calls this directly

Tested by

no test coverage detected