MCPcopy Create free account
hub / github.com/questdb/questdb / sort

Method sort

core/src/main/java/io/questdb/std/ObjList.java:329–331  ·  view source on GitHub ↗
(Comparator<T> cmp)

Source from the content-addressed store, hash-verified

327 }
328
329 public void sort(Comparator<T> cmp) {
330 sort(0, pos, cmp);
331 }
332
333 public void sort(int from, int to, Comparator<T> cmp) {
334 Arrays.sort(buffer, from, to, cmp);

Callers 15

testListDirMethod · 0.95
createChunksMethod · 0.45
snapshotSortedMethod · 0.45
readIndexChunksMethod · 0.45
testManyToManyBusyMethod · 0.45
testOneToManyBusyMethod · 0.45
testOneToManyWaitingMethod · 0.45
testIsMethod · 0.45
randomExpressionMethod · 0.45
testRandomizedOrderByMethod · 0.45
fuzzTestBaseMethod · 0.45
fuzzTestLongMethod · 0.45

Calls

no outgoing calls

Tested by 15

testListDirMethod · 0.76
createChunksMethod · 0.36
snapshotSortedMethod · 0.36
readIndexChunksMethod · 0.36
testManyToManyBusyMethod · 0.36
testOneToManyBusyMethod · 0.36
testOneToManyWaitingMethod · 0.36
testIsMethod · 0.36
randomExpressionMethod · 0.36
testRandomizedOrderByMethod · 0.36
fuzzTestBaseMethod · 0.36
fuzzTestLongMethod · 0.36