CubeDimensions UDF
------------------

                 Key: PIG-2168
                 URL: https://issues.apache.org/jira/browse/PIG-2168
             Project: Pig
          Issue Type: Sub-task
            Reporter: Dmitriy V. Ryaboy
            Assignee: Dmitriy V. Ryaboy


A prerequisite for a naive cubing implementation:
A UDF that, given a set of dimensions (a, b, c) generates all the points on the 
cube:
(a, b, c), (a, b, null), (a, null, c), (null, b, c), (null, null, c), (a, null, 
null), (null, b, null), (null, null, null).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to