You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by Jonathan Coveney <jc...@gmail.com> on 2012/10/26 02:04:13 UTC

Is there a way to have a catchall with getArgToFuncMapping?

I have a function and in the case it is given a single tuple or DataBag I
want it to dispatch to two functions, and in all other cases to a third.

Is this possible under the current scheme?

Thanks
Jon