Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ getThreadLocalSink
Method
getThreadLocalSink
core/src/main/java/io/questdb/std/Misc.java:174–178 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
172
}
173
174
public
static
StringSink getThreadLocalSink() {
175
StringSink b = tlSink.get();
176
b.clear();
177
return
b;
178
}
179
180
public
static
Utf8StringSink getThreadLocalUtf8Sink() {
181
Utf8StringSink b = tlUtf8Sink.get();
Callers
15
assertEqualsFileContent
Method · 0.95
txnToString
Method · 0.95
createPopulateTable
Method · 0.95
randomiseCase
Method · 0.95
testBindVariableLimitSignChange
Method · 0.95
testLowAndHighLimit
Method · 0.95
testLowAndHighLimitWithCache
Method · 0.95
testLowLimitOnly
Method · 0.95
testLowLimitZero
Method · 0.95
assertLo
Method · 0.95
assertLoHi
Method · 0.95
runQueryWithParams
Method · 0.95
Calls
2
clear
Method · 0.95
get
Method · 0.65
Tested by
15
assertEqualsFileContent
Method · 0.76
txnToString
Method · 0.76
createPopulateTable
Method · 0.76
randomiseCase
Method · 0.76
testBindVariableLimitSignChange
Method · 0.76
testLowAndHighLimit
Method · 0.76
testLowAndHighLimitWithCache
Method · 0.76
testLowLimitOnly
Method · 0.76
testLowLimitZero
Method · 0.76
assertLo
Method · 0.76
assertLoHi
Method · 0.76
runQueryWithParams
Method · 0.76