| 306 | } |
| 307 | |
| 308 | void 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 | |
| 316 | void SortingStep::scatterByPartitionIfNeeded(QueryPipelineBuilder& pipeline) |
| 317 | { |
no outgoing calls
no test coverage detected