apache pig - Pig: Absolute value of an integer -
i give absolute value of integer field not work. how can correctly?
y = foreach x generate abs(quantity);
thanks
intabs solution works integer not expressions
i give absolute value of integer field not work. how can correctly?
y = foreach x generate abs(quantity);
thanks
intabs solution works integer not expressions
Comments
Post a Comment