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

Method size

core/src/main/java/io/questdb/std/ObjList.java:324–327  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

322 * {@inheritDoc}
323 */
324 @Override
325 public int size() {
326 return pos;
327 }
328
329 public void sort(Comparator<T> cmp) {
330 sort(0, pos, cmp);

Calls

no outgoing calls