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

Method size

src/org/apache/pig/data/Tuple.java:74–74  ·  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

72 * @return number of fields in the tuple.
73 */
74 int size();
75
76 /**
77 * Find out if a given field is null.

Implementers 2

AvroTupleWrappersrc/org/apache/pig/impl/util/avro/Avro
AbstractTuplesrc/org/apache/pig/data/AbstractTuple.

Calls

no outgoing calls