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/str/StringSink.java:50–52 ·
view source on GitHub ↗
(int pos)
Source
from the content-addressed store, hash-verified
48
}
49
50
public
void
clear(
int
pos) {
51
this.pos = pos;
52
}
53
54
@Override
55
public
void
clear() {
Callers
15
testServerMainGlobalQueryCacheSmokeTest
Method · 0.95
testServerMainParallelQueryLoadTest
Method · 0.95
assertTableExists
Method · 0.95
testListDir
Method · 0.95
testQueryTimeout
Method · 0.95
testAppendTopTagsSingleEntryAtAndAboveLimit
Method · 0.95
testWorkStealing
Method · 0.95
assertEquals
Method · 0.95
getTlSink
Method · 0.95
assertReader
Method · 0.95
testBatchInsertWithTransaction
Method · 0.95
testExplainPlanWithBindVariables
Method · 0.95
Calls
no outgoing calls
Tested by
15
testServerMainGlobalQueryCacheSmokeTest
Method · 0.76
testServerMainParallelQueryLoadTest
Method · 0.76
assertTableExists
Method · 0.76
testListDir
Method · 0.76
testQueryTimeout
Method · 0.76
testAppendTopTagsSingleEntryAtAndAboveLimit
Method · 0.76
testWorkStealing
Method · 0.76
assertEquals
Method · 0.76
getTlSink
Method · 0.76
assertReader
Method · 0.76
testBatchInsertWithTransaction
Method · 0.76
testExplainPlanWithBindVariables
Method · 0.76