org.apache.pig.builtin
Class InvokeForDouble
java.lang.Object
org.apache.pig.EvalFunc<T>
org.apache.pig.builtin.GenericInvoker<Double>
org.apache.pig.builtin.InvokeForDouble
public class InvokeForDouble
- extends GenericInvoker<Double>
- See Also:
GenericInvoker
Methods inherited from class org.apache.pig.EvalFunc |
finish, getArgToFuncMapping, getCacheFiles, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, isAsynchronous, progress, setPigLogger, setReporter, warn |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokeForDouble
public InvokeForDouble()
InvokeForDouble
public InvokeForDouble(String fullName)
throws FrontendException,
SecurityException,
ClassNotFoundException,
NoSuchMethodException
- Throws:
FrontendException
SecurityException
ClassNotFoundException
NoSuchMethodException
InvokeForDouble
public InvokeForDouble(String fullName,
String paramSpecsStr)
throws FrontendException,
SecurityException,
ClassNotFoundException,
NoSuchMethodException
- Throws:
FrontendException
SecurityException
ClassNotFoundException
NoSuchMethodException
InvokeForDouble
public InvokeForDouble(String fullName,
String paramSpecsStr,
String isStatic)
throws ClassNotFoundException,
FrontendException,
SecurityException,
NoSuchMethodException
- Throws:
ClassNotFoundException
FrontendException
SecurityException
NoSuchMethodException
Copyright © 2012 The Apache Software Foundation