org.apache.pig.builtin
Class LOG
java.lang.Object
org.apache.pig.EvalFunc<Double>
org.apache.pig.builtin.Base
org.apache.pig.builtin.DoubleBase
org.apache.pig.builtin.LOG
public class LOG
- extends DoubleBase
LOG implements a binding to the Java function
Math.log(double)
.
Given a single data atom it returns the natural
logarithm (base e) of a double
Constructor Summary |
LOG()
|
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 |
LOG
public LOG()
Copyright © 2012 The Apache Software Foundation