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

Method writeWithPermutation

src/Storages/MergeTree/MergedBlockOutputStream.cpp:87–90  ·  view source on GitHub ↗

If the data is not sorted, but we pre-calculated the permutation, after which they will be sorted. * This method is used to save RAM, since you do not need to keep two blocks at once - the source and the sorted. */

Source from the content-addressed store, hash-verified

85 * This method is used to save RAM, since you do not need to keep two blocks at once - the source and the sorted.
86 */
87void MergedBlockOutputStream::writeWithPermutation(const Block & block, const IColumn::Permutation * permutation)
88{
89 writeImpl(block, permutation);
90}
91
92void MergedBlockOutputStream::writeSuffix()
93{

Callers 2

writeTempPartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected