Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
For the rank operator, I was considering the following schema:
E.g.
A = load 'data' as (x:int,y:chararray,z:int,rz:chararray);
C = rank A by x;
So the output schema could be:
C:
In general
{<schema_of_working_alias>,<alias>::rank#int}