public class RoundWithNumDigitsDoubleToDouble extends MathFuncDoubleToDouble implements ISetLongArg
VectorExpression.TypechildExpressions, inputTypes, outputType| Constructor and Description |
|---|
RoundWithNumDigitsDoubleToDouble() |
RoundWithNumDigitsDoubleToDouble(int colNum,
long scalarVal,
int outputColumn) |
| Modifier and Type | Method and Description |
|---|---|
double |
func(double d) |
org.apache.hadoop.io.IntWritable |
getDecimalPlaces() |
VectorExpressionDescriptor.Descriptor |
getDescriptor() |
void |
setArg(long l) |
cleanup, evaluate, getColNum, getOutputColumn, getOutputType, setColNum, setOutputColumnevaluateChildren, getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toStringpublic RoundWithNumDigitsDoubleToDouble(int colNum,
long scalarVal,
int outputColumn)
public RoundWithNumDigitsDoubleToDouble()
public double func(double d)
func in class MathFuncDoubleToDoublepublic org.apache.hadoop.io.IntWritable getDecimalPlaces()
public void setArg(long l)
setArg in interface ISetLongArgpublic VectorExpressionDescriptor.Descriptor getDescriptor()
getDescriptor in class VectorExpressionCopyright © 2017 The Apache Software Foundation. All rights reserved.