org.apache.pig.builtin
Class EXP
java.lang.Object
org.apache.pig.EvalFunc<Double>
org.apache.pig.builtin.Base
org.apache.pig.builtin.DoubleBase
org.apache.pig.builtin.EXP
public class EXP
- extends DoubleBase
Given a single data atom it returns the Euler's number e raised to the power of input
Constructor Summary |
EXP()
|
Methods inherited from class org.apache.pig.EvalFunc |
finish, 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 |
EXP
public EXP()
Copyright © 2012 The Apache Software Foundation