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

Method size

src/org/apache/pig/data/DefaultTuple.java:101–104  ·  view source on GitHub ↗

Find the size of the tuple. Used to be called arity(). @return number of fields in the tuple.

()

Source from the content-addressed store, hash-verified

99 * @return number of fields in the tuple.
100 */
101 @Override
102 public int size() {
103 return mFields.size();
104 }
105
106 /**
107 * Get the value in a given field.

Callers 1

writeMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected