|
||||||||||
| 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.LongToStringUnaryUDF
org.apache.hadoop.hive.ql.exec.vector.expressions.CastLongToString
public class CastLongToString
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression |
|---|
VectorExpression.Type |
| Field Summary | |
|---|---|
protected byte[] |
temp
|
| Fields inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression |
|---|
childExpressions, inputTypes, outputType |
| Constructor Summary | |
|---|---|
CastLongToString()
|
|
CastLongToString(int inputColumn,
int outputColumn)
|
|
| Method Summary | |
|---|---|
protected void |
func(BytesColumnVector outV,
long[] vector,
int i)
|
| Methods inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.LongToStringUnaryUDF |
|---|
evaluate, getDescriptor, getInputColumn, getOutputColumn, getOutputType, setInputColumn, 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 |
| Field Detail |
|---|
protected transient byte[] temp
| Constructor Detail |
|---|
public CastLongToString()
public CastLongToString(int inputColumn,
int outputColumn)
| Method Detail |
|---|
protected void func(BytesColumnVector outV,
long[] vector,
int i)
func in class LongToStringUnaryUDF
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||