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

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

public final class VectorUDFWeekOfYearLong
extends VectorUDFTimestampFieldLong

Expression to get week of year. Extends VectorUDFTimestampFieldLong

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
VectorUDFWeekOfYearLong()
           
VectorUDFWeekOfYearLong(int colNum, int outputColumn)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorUDFTimestampFieldLong
evaluate, getColNum, getDescriptor, getField, getOutputColumn, getOutputType, setColNum, setField, 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

VectorUDFWeekOfYearLong

public VectorUDFWeekOfYearLong(int colNum,
                               int outputColumn)

VectorUDFWeekOfYearLong

public VectorUDFWeekOfYearLong()


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