piglet
piglet copied to clipboard
Wanted: multiple dereferencing
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.