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

Method isNull

src/org/apache/pig/data/Tuple.java:83–83  ·  view source on GitHub ↗

Find out if a given field is null. @param fieldNum Number of field to check for null. @return true if the field is null, false otherwise. @throws ExecException if the field number given is greater than or equal to the number of fields in the tuple.

(int fieldNum)

Source from the content-addressed store, hash-verified

81 * than or equal to the number of fields in the tuple.
82 */
83 boolean isNull(int fieldNum) throws ExecException;
84
85 /**
86 * Find the type of a given field.

Callers 15

shouldAllBeNullMethod · 0.95
isKeyNullMethod · 0.95
copyThenCompareMethod · 0.65
compareMethod · 0.65
compareMethod · 0.65
compareMethod · 0.65
compareMethod · 0.65
compareMethod · 0.65
compareMethod · 0.65
compareMethod · 0.65
compareMethod · 0.65
compareMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 2

shouldAllBeNullMethod · 0.76
copyThenCompareMethod · 0.52