Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/questdb/questdb
/ setAll
Method
setAll
core/src/main/java/io/questdb/std/BoolList.java:157–160 ·
view source on GitHub ↗
(int capacity, boolean value)
Source
from the content-addressed store, hash-verified
155
}
156
157
public
void
setAll(
int
capacity, boolean value) {
158
setPos(capacity);
159
Arrays.fill(buffer, 0, pos, value);
160
}
161
162
public
void
setPos(
int
capacity) {
163
checkCapacity(capacity);
Callers
7
testClear
Method · 0.95
testExtendAndSet
Method · 0.95
testInsert
Method · 0.95
testReplace
Method · 0.95
testSetAll
Method · 0.95
testSetAndSetQuick
Method · 0.95
testZeroAndPosition
Method · 0.95
Calls
2
setPos
Method · 0.95
fill
Method · 0.45
Tested by
7
testClear
Method · 0.76
testExtendAndSet
Method · 0.76
testInsert
Method · 0.76
testReplace
Method · 0.76
testSetAll
Method · 0.76
testSetAndSetQuick
Method · 0.76
testZeroAndPosition
Method · 0.76