Dear Wiki user, You have subscribed to a wiki page or wiki category on "Pig Wiki" for change notification.
The following page has been changed by SanthoshSrinivasan: http://wiki.apache.org/pig/PigTypesFunctionalSpec ------------------------------------------------------------------------------ It will now be legal to use = = , ! = , etc. with data of type chararray. [[Anchor(Numeric_Equals_and_Notequals)]] - ==== Numeric Equals and Notequals ==== + ==== Numeric Equals and Notequals (==, !=) ==== || || '''bag''' || '''tuple''' || '''map''' || '''int''' || '''long''' || '''float''' || '''double''' || '''chararray''' || '''bytearray''' || || '''bag''' || error || error || error || error || error || error || error || error || error || || '''tuple''' || || Tuple A is equal to tuple B iff they have the same size s, and for all 0 <= i < s A[i] = = B[i] || error || error || error || error || error || error || error || @@ -267, +267 @@ || '''bytearray''' || || || || || || || || || yes || [[Anchor(String_equality_and_Inequality_Comparators.)]] - ==== String equality and Inequality Comparators. ==== + ==== String Equality and Inequality Comparators. ==== These include `eq` `ne` `lt` `lte` `gt` `gte` . These operators should be considered deprecated. [[Anchor(Numeric_Inequality_Operators_Except_Notequals)]] - ==== Numeric Inequality Operators (>, >=, <, <=) Except Notequals (==, !=)==== + ==== Numeric Inequality Operators (>, >=, <, <=) ==== || || '''bag''' || '''tuple''' || '''map''' || '''int''' || '''long''' || '''float''' || '''double''' || '''chararray''' || '''bytearray''' || || '''bag''' || error || error || error || error || error || error || error || error || error || || '''tuple''' || || error || error || error || error || error || error || error || error ||
