apache pig - pig set data type of all columns -


im wondering if there way set data type of arbitrary number of items in tuple. example if create field using $(1..) , know items integers, can set that? like:

.... generate (chararray)$0 (int..)($1..) 

i'm passing tuple udf , want save time in parsing , converting databytearray int.


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -