Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/questdb/questdb
/ decodeLowInt
Method
decodeLowInt
core/src/main/java/io/questdb/std/Numbers.java:656–658 ·
view source on GitHub ↗
(long val)
Source
from the content-addressed store, hash-verified
654
}
655
656
public
static
int
decodeLowInt(long val) {
657
return
(
int
) val;
658
}
659
660
public
static
short decodeLowShort(
int
val) {
661
return
(short) (val & 0xffff);
Callers
15
testFdCache
Method · 0.95
wrap
Method · 0.95
testEncodeDecodeIntInLong
Method · 0.95
testParse000Greedy1
Method · 0.95
testParse000Greedy2
Method · 0.95
testParse000Greedy3
Method · 0.95
testParseIntToDelim
Method · 0.95
testParseIntToDelimNoChar
Method · 0.95
testDedupWithKey
Method · 0.95
printTsIndexWithDedupKey
Method · 0.95
printTsWithDedupKey
Method · 0.95
testOfStringDecimalPointAtEnd
Method · 0.95
Calls
no outgoing calls
Tested by
15
testFdCache
Method · 0.76
wrap
Method · 0.76
testEncodeDecodeIntInLong
Method · 0.76
testParse000Greedy1
Method · 0.76
testParse000Greedy2
Method · 0.76
testParse000Greedy3
Method · 0.76
testParseIntToDelim
Method · 0.76
testParseIntToDelimNoChar
Method · 0.76
testDedupWithKey
Method · 0.76
printTsIndexWithDedupKey
Method · 0.76
printTsWithDedupKey
Method · 0.76
testOfStringDecimalPointAtEnd
Method · 0.76