|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression
org.apache.hadoop.hive.ql.exec.vector.expressions.MathFuncDoubleToDouble
org.apache.hadoop.hive.ql.exec.vector.expressions.RoundWithNumDigitsDoubleToDouble
public class RoundWithNumDigitsDoubleToDouble
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression |
|---|
VectorExpression.Type |
| Field Summary |
|---|
| Fields inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression |
|---|
childExpressions, inputTypes, outputType |
| Constructor Summary | |
|---|---|
RoundWithNumDigitsDoubleToDouble()
|
|
RoundWithNumDigitsDoubleToDouble(int colNum,
long scalarVal,
int outputColumn)
|
|
| Method Summary | |
|---|---|
double |
func(double d)
|
org.apache.hadoop.io.IntWritable |
getDecimalPlaces()
|
VectorExpressionDescriptor.Descriptor |
getDescriptor()
|
void |
setArg(long l)
|
| Methods inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.MathFuncDoubleToDouble |
|---|
cleanup, evaluate, getColNum, getOutputColumn, getOutputType, setColNum, setOutputColumn |
| Methods inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression |
|---|
evaluateChildren, getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RoundWithNumDigitsDoubleToDouble(int colNum,
long scalarVal,
int outputColumn)
public RoundWithNumDigitsDoubleToDouble()
| Method Detail |
|---|
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 VectorExpression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||