Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
printRecordColumnOrNull
Method · 0.95
functionToConstant0
Method · 0.95
prepareFilterListImpl
Method · 0.95
ConstConcatFunction
Method · 0.95
compareTo
Method · 0.95
convertToDecimal
Method · 0.95
putDecimal256Value
Method · 0.95
convertDecimalToString
Method · 0.95
convertDecimalToVarchar
Method · 0.95
convertStringToDecimal
Method · 0.95
convertVarcharToDecimal
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected