piglet icon indicating copy to clipboard operation
piglet copied to clipboard

Wanted: multiple dereferencing

Open iconara opened this issue 16 years ago • 0 comments

In Piglet, this is currently not possible:

FOREACH x GENERATE A.(b, c)

i.e. dereference both A.b and A.c at the same time, I think it's equivalent to A.b, A.c.

iconara avatar Jan 17 '10 19:01 iconara