org.apache.hadoop.hive.ql.exec.vector.expressions
Class PosModLongToLong

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression
      extended by org.apache.hadoop.hive.ql.exec.vector.expressions.MathFuncLongToLong
          extended by org.apache.hadoop.hive.ql.exec.vector.expressions.PosModLongToLong
All Implemented Interfaces:
Serializable, ISetLongArg

public class PosModLongToLong
extends MathFuncLongToLong
implements ISetLongArg

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression
VectorExpression.Type
 
Constructor Summary
PosModLongToLong()
           
PosModLongToLong(int inputCol, long scalarVal, int outputCol)
           
 
Method Summary
 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
getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PosModLongToLong

public PosModLongToLong(int inputCol,
                        long scalarVal,
                        int outputCol)

PosModLongToLong

public PosModLongToLong()
Method Detail

setArg

public void setArg(long arg)
Specified by:
setArg in interface ISetLongArg

setDivisor

public void setDivisor(long v)

getDivisor

public long getDivisor()

getDescriptor

public VectorExpressionDescriptor.Descriptor getDescriptor()
Specified by:
getDescriptor in class VectorExpression


Copyright © 2014 The Apache Software Foundation. All rights reserved.