public class GroovyUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GroovyUtils.DataBagGroovyIterator |
Constructor and Description |
---|
GroovyUtils() |
Modifier and Type | Method and Description |
---|---|
static Object |
groovyToPig(Object groovyObject)
Converts an object created on the Groovy side to its Pig counterpart.
|
static Object |
pigToGroovy(Object pigObject)
Converts an object created on the Pig side to its Groovy counterpart.
|
public static Object groovyToPig(Object groovyObject) throws ExecException
groovyObject
- Groovy object to convertExecException
public static Object pigToGroovy(Object pigObject) throws ExecException
pigObject
- ExecException
Copyright © 2007-2012 The Apache Software Foundation