public class UDFSqrt extends UDFMath
| Constructor and Description |
|---|
UDFSqrt() |
| Modifier and Type | Method and Description |
|---|---|
protected DoubleWritable |
doEvaluate(DoubleWritable a)
Return NULL for negative inputs; otherwise, return the square root.
|
getRequiredFiles, getRequiredJars, getResolver, setResolverprotected DoubleWritable doEvaluate(DoubleWritable a)
doEvaluate in class UDFMathCopyright © 2017 The Apache Software Foundation. All rights reserved.