Uses of Class
datafu.pig.util.AliasableEvalFunc

Packages that use AliasableEvalFunc
datafu.pig.bags A collection of general purpose UDFs for operating on bags. 
datafu.pig.util Other useful utilities. 
 

Uses of AliasableEvalFunc in datafu.pig.bags
 

Subclasses of AliasableEvalFunc in datafu.pig.bags
 class BagGroup
          Performs an in-memory group operation on a bag.
 class BagLeftOuterJoin
          Performs an in-memory left outer join across multiple bags.
 

Uses of AliasableEvalFunc in datafu.pig.util
 

Subclasses of AliasableEvalFunc in datafu.pig.util
 class Coalesce
          Returns the first non-null value from a tuple, just like COALESCE in SQL.
 class TransposeTupleToBag
          Performs a transpose on a tuple, resulting in a bag of key, value fields where the key is the column name and the value is the value of that column in the tuple.
 



Matthew Hayes, Sam Shah