|
||||||||||
| 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.MathFuncLongToLong
org.apache.hadoop.hive.ql.exec.vector.expressions.PosModLongToLong
public class PosModLongToLong
| 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 | |
|---|---|
PosModLongToLong()
|
|
PosModLongToLong(int inputCol,
long scalarVal,
int outputCol)
|
|
| Method Summary | |
|---|---|
protected long |
func(long v)
|
VectorExpressionDescriptor.Descriptor |
getDescriptor()
|
long |
getDivisor()
|
void |
setArg(long arg)
|
void |
setDivisor(long v)
|
| Methods inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.MathFuncLongToLong |
|---|
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 PosModLongToLong(int inputCol,
long scalarVal,
int outputCol)
public PosModLongToLong()
| Method Detail |
|---|
protected long func(long v)
func in class MathFuncLongToLongpublic void setArg(long arg)
setArg in interface ISetLongArgpublic void setDivisor(long v)
public long 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 | |||||||||