org.apache.pig.scripting.groovy
Class GroovyEvalFuncObject
java.lang.Object
org.apache.pig.EvalFunc<T>
org.apache.pig.scripting.groovy.GroovyEvalFunc<Object>
org.apache.pig.scripting.groovy.GroovyEvalFuncObject
public class GroovyEvalFuncObject
- extends GroovyEvalFunc<Object>
Methods inherited from class org.apache.pig.EvalFunc |
finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, isAsynchronous, progress, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warn |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroovyEvalFuncObject
public GroovyEvalFuncObject()
GroovyEvalFuncObject
public GroovyEvalFuncObject(String path,
String namespace,
String method)
throws IOException
- Throws:
IOException
GroovyEvalFuncObject
public GroovyEvalFuncObject(String path,
String namespace,
String method,
Object target)
throws IOException
- Throws:
IOException
Copyright © 2007-2012 The Apache Software Foundation