public class UDFLog10 extends UDF
Constructor and Description |
---|
UDFLog10() |
Modifier and Type | Method and Description |
---|---|
DoubleWritable |
evaluate(DoubleWritable a)
Returns the logarithm of "a" with base 10.
|
getRequiredFiles, getRequiredJars, getResolver, setResolver
public DoubleWritable evaluate(DoubleWritable a)
Copyright © 2012 The Apache Software Foundation