piglet icon indicating copy to clipboard operation
piglet copied to clipboard

Wanted: FOREACH with a schema

Open iconara opened this issue 16 years ago • 0 comments

This is currently not supported by Piglet:

FOREACH p GENERATE a + 3, b + 1, c + 5 AS (x:int, y:int, z:int)

iconara avatar Jan 17 '10 19:01 iconara