|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression
org.apache.hadoop.hive.ql.exec.vector.expressions.VectorUDFTimestampFieldString
org.apache.hadoop.hive.ql.exec.vector.expressions.VectorUDFWeekOfYearString
public final class VectorUDFWeekOfYearString
Expression to get week of year.
Extends VectorUDFTimestampFieldString
| 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.VectorUDFTimestampFieldString |
|---|
colNum, fieldLength, fieldStart, outputColumn |
| Fields inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression |
|---|
childExpressions, inputTypes, outputType |
| Constructor Summary | |
|---|---|
VectorUDFWeekOfYearString()
|
|
VectorUDFWeekOfYearString(int colNum,
int outputColumn)
|
|
| Method Summary | |
|---|---|
protected long |
doGetField(byte[] bytes,
int start,
int length)
|
| Methods inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorUDFTimestampFieldString |
|---|
evaluate, getColNum, getDescriptor, getOutputColumn, getOutputType, setColNum, 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 |
|---|
public VectorUDFWeekOfYearString(int colNum,
int outputColumn)
public VectorUDFWeekOfYearString()
| Method Detail |
|---|
protected long doGetField(byte[] bytes,
int start,
int length)
throws ParseException
doGetField in class VectorUDFTimestampFieldStringParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||