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

Method extendPos

core/src/main/java/io/questdb/std/ObjList.java:145–148  ·  view source on GitHub ↗
(int capacity)

Source from the content-addressed store, hash-verified

143 }
144
145 public void extendPos(int capacity) {
146 checkCapacity(capacity);
147 pos = Math.max(pos, capacity);
148 }
149
150 @Override
151 public T get(int index) {

Callers 15

setArrayMethod · 0.80
setBinMethod · 0.80
setBooleanMethod · 0.80
setByteMethod · 0.80
setCharMethod · 0.80
setDateMethod · 0.80
setDecimalMethod · 0.80
setDoubleMethod · 0.80
setFloatMethod · 0.80
setGeoHashMethod · 0.80
setIPv4Method · 0.80
setIntMethod · 0.80

Calls 1

checkCapacityMethod · 0.95

Tested by

no test coverage detected