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

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -