MCPcopy 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

txnToStringMethod · 0.95
createPopulateTableMethod · 0.95
randomiseCaseMethod · 0.95
testLowAndHighLimitMethod · 0.95
testLowLimitOnlyMethod · 0.95
testLowLimitZeroMethod · 0.95
assertLoMethod · 0.95
assertLoHiMethod · 0.95
runQueryWithParamsMethod · 0.95

Calls 2

clearMethod · 0.95
getMethod · 0.65

Tested by 15

txnToStringMethod · 0.76
createPopulateTableMethod · 0.76
randomiseCaseMethod · 0.76
testLowAndHighLimitMethod · 0.76
testLowLimitOnlyMethod · 0.76
testLowLimitZeroMethod · 0.76
assertLoMethod · 0.76
assertLoHiMethod · 0.76
runQueryWithParamsMethod · 0.76