MCPcopy Create free account
hub / github.com/apache/kudu / getLong

Method getLong

java/kudu-client/src/main/java/org/apache/kudu/client/Bytes.java:492–494  ·  view source on GitHub ↗

Reads a little-endian 8-byte long from the beginning of the given array. @param b The array to read from. @return A long integer. @throws IndexOutOfBoundsException if the byte array is too small.

(final byte[] b)

Source from the content-addressed store, hash-verified

490 * @throws IndexOutOfBoundsException if the byte array is too small.
491 */
492 public static long getLong(final byte[] b) {
493 return getLong(b, 0);
494 }
495
496 /**
497 * Reads a little-endian 8-byte long from an offset in the given array.

Callers 15

testMethod · 0.95
testSetStringsMethod · 0.95
getUnsignedLongMethod · 0.95
getDoubleMethod · 0.95
getDecimalMethod · 0.95
getLongMethod · 0.95
getTimestampMethod · 0.95
incrementColumnMethod · 0.95
isCellEqualMethod · 0.95
isCellIncrementedMethod · 0.95
getLongMethod · 0.95

Calls

no outgoing calls

Tested by 2

testMethod · 0.76
testSetStringsMethod · 0.76