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

Method length

java/kudu-client/src/main/java/org/apache/kudu/util/Slice.java:78–80  ·  view source on GitHub ↗

Length of this slice.

()

Source from the content-addressed store, hash-verified

76 * Length of this slice.
77 */
78 public int length() {
79 return length;
80 }
81
82 /**
83 * Gets the array underlying this slice.

Callers 15

makeRowResultIteratorMethod · 0.95
toStringMethod · 0.95
testMessageTooLongMethod · 0.45
prettyMethod · 0.45
fromBitSetMethod · 0.45
addVarcharMethod · 0.45
getPBMessageMethod · 0.45
getSidecarMethod · 0.45
valueToStringMethod · 0.45
readProtobufMethod · 0.45
StatusClass · 0.45

Calls

no outgoing calls

Tested by 2

testMessageTooLongMethod · 0.36