pig-user  

RE: Tuple and Datum implementations

Olga Natkovich
Fri, 19 Sep 2008 17:40:25 -0700

In types branch, we are doing a couple of things:

(1) Using native java types for scalar types and for DataMap;
(2) Making Tuple and Bag interfaces so that new implementations can be
written.

Olga

> -----Original Message-----
> From: Pete Wyckoff [EMAIL PROTECTED] 
> Sent: Friday, September 19, 2008 5:35 PM
> To: [EMAIL PROTECTED]
> Subject: Tuple and Datum implementations
> 
> 
> 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
> 
>