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

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.VectorUDFHourLong
All Implemented Interfaces:
Serializable

public final class VectorUDFHourLong
extends VectorUDFTimestampFieldLong

Returns hour of day. 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
 
Field Summary
 
Fields inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorUDFTimestampFieldLong
calendar, colNum, field, outputColumn, ts
 
Fields inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression
childExpressions, inputTypes, outputType
 
Constructor Summary
VectorUDFHourLong()
           
VectorUDFHourLong(int colNum, int outputColumn)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorUDFTimestampFieldLong
evaluate, getColNum, getDateField, getDescriptor, getField, getOutputColumn, getOutputType, getTimestamp, getTimestampField, setColNum, setField, 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

VectorUDFHourLong

public VectorUDFHourLong(int colNum,
                         int outputColumn)

VectorUDFHourLong

public VectorUDFHourLong()


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