MCPcopy 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

testFdCacheMethod · 0.95
wrapMethod · 0.95
testParse000Greedy1Method · 0.95
testParse000Greedy2Method · 0.95
testParse000Greedy3Method · 0.95
testParseIntToDelimMethod · 0.95
testDedupWithKeyMethod · 0.95
printTsWithDedupKeyMethod · 0.95

Calls

no outgoing calls

Tested by 15

testFdCacheMethod · 0.76
wrapMethod · 0.76
testParse000Greedy1Method · 0.76
testParse000Greedy2Method · 0.76
testParse000Greedy3Method · 0.76
testParseIntToDelimMethod · 0.76
testDedupWithKeyMethod · 0.76
printTsWithDedupKeyMethod · 0.76