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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression
      extended by org.apache.hadoop.hive.ql.exec.vector.expressions.VectorUDFDateAddScalarCol
          extended by org.apache.hadoop.hive.ql.exec.vector.expressions.VectorUDFDateSubScalarCol
All Implemented Interfaces:
Serializable

public class VectorUDFDateSubScalarCol
extends VectorUDFDateAddScalarCol

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
VectorUDFDateSubScalarCol()
           
VectorUDFDateSubScalarCol(Object object, int colNum, int outputColumn)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorUDFDateAddScalarCol
evaluate, getColNum, getDescriptor, getLongValue, getOutputColumn, getOutputType, getStringValue, isPositive, setColNum, setLongValue, setOutputColumn, setPositive, setStringValue
 
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

VectorUDFDateSubScalarCol

public VectorUDFDateSubScalarCol(Object object,
                                 int colNum,
                                 int outputColumn)

VectorUDFDateSubScalarCol

public VectorUDFDateSubScalarCol()


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