MCPcopy Index your code
hub / github.com/questdb/questdb / size

Method size

core/src/main/java/io/questdb/std/DoubleList.java:271–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269 }
270
271 public int size() {
272 return pos;
273 }
274
275 public void sort() {
276 Arrays.sort(data, 0, size());

Callers 5

testClearMethod · 0.95
testEraseMethod · 0.95
reverseMethod · 0.95
sortMethod · 0.95
toSinkMethod · 0.95

Calls

no outgoing calls

Tested by 2

testClearMethod · 0.76
testEraseMethod · 0.76