Uses of Class
org.apache.pig.data.FieldIsNullException

Packages that use FieldIsNullException
org.apache.pig.data This package contains implementations of Pig specific data types as well as support functions for reading, writing, and using all Pig data types. 
 

Uses of FieldIsNullException in org.apache.pig.data
 

Methods in org.apache.pig.data that throw FieldIsNullException
 boolean TypeAwareTuple.getBoolean(int idx)
           
 byte[] TypeAwareTuple.getBytes(int idx)
           
 DataBag TypeAwareTuple.getDataBag(int idx)
           
 org.joda.time.DateTime TypeAwareTuple.getDateTime(int idx)
           
 double TypeAwareTuple.getDouble(int idx)
           
 float TypeAwareTuple.getFloat(int idx)
           
 int TypeAwareTuple.getInt(int idx)
           
 long TypeAwareTuple.getLong(int idx)
           
 Map<String,Object> TypeAwareTuple.getMap(int idx)
           
 String TypeAwareTuple.getString(int idx)
           
protected  BigDecimal SchemaTuple.returnUnlessNull(boolean isNull, BigDecimal val)
           
protected  BigInteger SchemaTuple.returnUnlessNull(boolean isNull, BigInteger val)
           
protected  boolean SchemaTuple.returnUnlessNull(boolean isNull, boolean val)
           
protected  byte[] SchemaTuple.returnUnlessNull(boolean isNull, byte[] val)
           
protected  DataBag SchemaTuple.returnUnlessNull(boolean isNull, DataBag val)
           
protected  org.joda.time.DateTime SchemaTuple.returnUnlessNull(boolean isNull, org.joda.time.DateTime val)
           
protected  double SchemaTuple.returnUnlessNull(boolean isNull, double val)
           
protected  float SchemaTuple.returnUnlessNull(boolean isNull, float val)
           
protected  int SchemaTuple.returnUnlessNull(boolean isNull, int val)
           
protected  long SchemaTuple.returnUnlessNull(boolean isNull, long val)
           
protected  Map<String,Object> SchemaTuple.returnUnlessNull(boolean isNull, Map<String,Object> val)
           
protected  String SchemaTuple.returnUnlessNull(boolean isNull, String val)
           
protected  Tuple SchemaTuple.returnUnlessNull(boolean isNull, Tuple val)
           
 



Copyright © 2007-2012 The Apache Software Foundation