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
Post a Comment