MCPcopy Create free account
hub / github.com/questdb/questdb / getThreadLocalDecimal256

Method getThreadLocalDecimal256

core/src/main/java/io/questdb/std/Misc.java:170–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 }
169
170 public static Decimal256 getThreadLocalDecimal256() {
171 return tlDecimal256.get();
172 }
173
174 public static StringSink getThreadLocalSink() {
175 StringSink b = tlSink.get();

Callers 11

functionToConstant0Method · 0.95
prepareFilterListImplMethod · 0.95
ConstConcatFunctionMethod · 0.95
compareToMethod · 0.95
convertToDecimalMethod · 0.95
putDecimal256ValueMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected