Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/questdb/questdb
/ setPos
Method
setPos
core/src/main/java/io/questdb/std/BoolList.java:162–165 ·
view source on GitHub ↗
(int capacity)
Source
from the content-addressed store, hash-verified
160
}
161
162
public
void
setPos(
int
capacity) {
163
checkCapacity(capacity);
164
pos = capacity;
165
}
166
167
public
void
setQuick(
int
index, boolean value) {
168
assert index < pos;
Callers
5
testGetLast
Method · 0.95
testSetAll
Method · 0.95
testZeroAndPosition
Method · 0.95
addAll
Method · 0.95
setAll
Method · 0.95
Calls
1
checkCapacity
Method · 0.95
Tested by
3
testGetLast
Method · 0.76
testSetAll
Method · 0.76
testZeroAndPosition
Method · 0.76