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