Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/questdb/questdb
/ clear
Method
clear
core/src/main/java/io/questdb/std/BoolList.java:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
public
void
clear() {
62
pos = 0;
63
}
64
65
public
void
clear(
int
capacity) {
66
checkCapacity(capacity);
Callers
1
testClear
Method · 0.95
Calls
2
checkCapacity
Method · 0.95
fill
Method · 0.45
Tested by
1
testClear
Method · 0.76