Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ replace
Method
replace
core/src/main/java/io/questdb/std/BoolList.java:144–147 ·
view source on GitHub ↗
(int index, boolean value)
Source
from the content-addressed store, hash-verified
142
}
143
144
public
boolean replace(
int
index, boolean value) {
145
assert index < pos;
146
return
replace0(index, value);
147
}
148
149
public
void
set(
int
index, boolean element) {
150
if
(index < pos) {
Callers
15
testReplace
Method · 0.95
main
Function · 0.45
escape_elem
Method · 0.45
read_parquet_duckdb
Function · 0.45
substituteVariables
Method · 0.45
adjustPlaceholderSyntax
Method · 0.45
resolveParameters
Method · 0.45
main
Method · 0.45
substituteVariables
Method · 0.45
adjustPlaceholderSyntax
Method · 0.45
resolveParameters
Method · 0.45
main
Method · 0.45
Calls
1
replace0
Method · 0.95
Tested by
15
testReplace
Method · 0.76
createDummyConfigurationWithTelemetryEnable
Method · 0.36
testShowParametersSecretFromFileViaProperty
Method · 0.36
testHttpPasswordFromFile
Method · 0.36
testMultiplePasswordsFromFilesSimultaneously
Method · 0.36
testPgWirePasswordFromFileReload
Method · 0.36
testPgWirePasswordSwitchFromConfToFile
Method · 0.36
testPgWirePasswordSwitchFromFileToConf
Method · 0.36
testPgWireReadOnlyPasswordFromFile
Method · 0.36
testSecretFileDeletedDuringReload
Method · 0.36
testSecretFileEmpty
Method · 0.36
testSecretFileInvalidUtf8
Method · 0.36