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

Method pack

core/src/main/java/io/questdb/std/Numbers.java:2884–2886  ·  view source on GitHub ↗
(int a, int b)

Source from the content-addressed store, hash-verified

2882
2883
2884 private static long pack(int a, int b) {
2885 return (((long) a) << 32) | (b & 0xffffffffL);
2886 }
2887
2888 private static int parseInt0(CharSequence sequence, final int p, int lim) throws NumericException {
2889 if (lim == p) {

Callers 4

getBroadcastAddressMethod · 0.95
getIPv4SubnetMethod · 0.95
parseSubnetMethod · 0.95
dumpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected