Apache Pig ABS Function The Apache Pig ABS function is used to return the absolute value of an expression. If the result…
pig
-
-
Apache Pig LOG10 Function The Apache Pig LOG10 function is used to return the base 10 logarithm of an expression. Syntax LOG10(expression)…
-
Apache Pig AVG Function The Apache Pig AVG function is used to find the average of given numeric values in a single-column…
-
Apache Pig MAX Function The Apache Pig MAX function is used to find out the maximum of the numeric values or chararrays…
-
Apache Pig CBRT Function The Apache Pig CBRT function is used to return the cube root of the expression. Syntax CBRT(expression) Example…
-
Apache Pig MIN Function The Apache Pig MIN function is used to find out the minimum of the numeric values or chararrays…
-
Apache Pig CEIL Function The Apache Pig CEIL function is used to round up the provided value to the nearest integer. It…
-
Apache Pig ORDER BY Operator The Apache Pig ORDER BY operator sorts a relation based on one or more fields. It maintains…
-
Apache Pig CONCAT Function The Apache Pig CONCAT function is used to concatenate two or more expressions. The generated result of expression…
-
Apache Pig ROUND Function The Apache Pig ROUND function is used to round up the provided value to an integer. If the…