Apache Pig CBRT Function The Apache Pig CBRT function is used to return the cube root of the expression. Syntax CBRT(expression) Example…
relational operators
-
-
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…
-
Apache Pig COUNT Function The Apache Pig COUNT function is used to count the number of elements in a bag. It requires…
-
Apache Pig SIZE Function The Apache Pig SIZE function is used to find the number of elements based on any Pig data…
-
Apache Pig CROSS Operator The Apache Pig CROSS operator facilitates to compute the cross product of two or more relations. Using CROSS…
-
Apache Pig SPLIT Operator The Apache Pig SPLIT operator breaks the relation into two or more relations according to the provided expression.…