MCPcopy
hub / github.com/questdb/questdb / let

Method let

core/src/main/java/io/questdb/std/LongSort.java:153–155  ·  view source on GitHub ↗
(LongVec vec, int a, int b)

Source from the content-addressed store, hash-verified

151 }
152
153 private static void let(LongVec vec, int a, int b) {
154 vec.setQuick(a, vec.getQuick(b));
155 }
156
157 /**
158 * Sorts the specified range of the array by Dual-Pivot Quicksort.

Callers 1

sortMethod · 0.95

Calls 2

setQuickMethod · 0.65
getQuickMethod · 0.65

Tested by

no test coverage detected