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

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

public class VectorUDFDateSubColCol
extends VectorUDFDateAddColCol

Returns the date that is num_days before start_date.

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
VectorUDFDateSubColCol()
           
VectorUDFDateSubColCol(int colNum1, int colNum2, int outputColumn)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorUDFDateAddColCol
evaluate, getColNum1, getColNum2, getDescriptor, getOutputColumn, getOutputType, setColNum1, setColNum2, 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

VectorUDFDateSubColCol

public VectorUDFDateSubColCol(int colNum1,
                              int colNum2,
                              int outputColumn)

VectorUDFDateSubColCol

public VectorUDFDateSubColCol()


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