|
||||||||||
| 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.PosModDoubleToDouble
public class PosModDoubleToDouble
| 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 | |
|---|---|
PosModDoubleToDouble()
|
|
PosModDoubleToDouble(int inputCol,
double scalarVal,
int outputCol)
|
|
| Method Summary | |
|---|---|
protected double |
func(double v)
|
VectorExpressionDescriptor.Descriptor |
getDescriptor()
|
double |
getDivisor()
|
void |
setArg(double arg)
|
void |
setDivisor(double v)
|
| 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 PosModDoubleToDouble(int inputCol,
double scalarVal,
int outputCol)
public PosModDoubleToDouble()
| Method Detail |
|---|
protected double func(double v)
func in class MathFuncDoubleToDoublepublic void setArg(double arg)
setArg in interface ISetDoubleArgpublic void setDivisor(double v)
public double getDivisor()
public VectorExpressionDescriptor.Descriptor getDescriptor()
getDescriptor in class VectorExpression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||