pig-user  

Tuple and Datum implementations

Pete Wyckoff
Fri, 19 Sep 2008 17:36:23 -0700

Is it possible to implement these using an object composed of List, Commons
bag, Integer, Double, String, Boolean and Byte? (I will also have type
information, so I don't need to endure the cost of reflection.)

Also, is it possible to implement them using a record IO Object and
reflection?

Thanks, pete