MCPcopy Create free account
hub / github.com/ByConity/ByConity / stableGetPermutation

Function stableGetPermutation

src/Interpreters/sortBlock.cpp:202–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200
201
202void stableGetPermutation(const Block & block, const SortDescription & description, IColumn::Permutation & out_permutation)
203{
204 if (!block)
205 return;
206
207 getBlockSortPermutationImpl(block, description, IColumn::PermutationSortStability::Stable, 0, out_permutation);
208}
209
210bool isAlreadySorted(const Block & block, const SortDescription & description)
211{

Callers 3

writeTempPartMethod · 0.85

Calls 1

Tested by

no test coverage detected