Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setArray
Method · 0.80
setBin
Method · 0.80
setBoolean
Method · 0.80
setByte
Method · 0.80
setChar
Method · 0.80
setDate
Method · 0.80
setDecimal
Method · 0.80
setDouble
Method · 0.80
setFloat
Method · 0.80
setGeoHash
Method · 0.80
setIPv4
Method · 0.80
setInt
Method · 0.80
Calls
1
checkCapacity
Method · 0.95
Tested by
no test coverage detected