MCPcopy Create free account
hub / github.com/apache/pig / size

Method size

src/org/apache/pig/data/DataByteArray.java:108–110  ·  view source on GitHub ↗

Find the size of the byte array. @return number of bytes in the array.

()

Source from the content-addressed store, hash-verified

106 * @return number of bytes in the array.
107 */
108 public int size() {
109 return mData.length;
110 }
111
112 /**
113 * Get the underlying byte array. This is the real thing, not a copy,

Callers 3

writeDatumMethod · 0.95
execMethod · 0.95
GetSmallerValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected