org.apache.hadoop.hive.ql.exec.vector.expressions
Class StringLTrim
java.lang.Object
org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression
org.apache.hadoop.hive.ql.exec.vector.expressions.StringUnaryUDFDirect
org.apache.hadoop.hive.ql.exec.vector.expressions.StringLTrim
- All Implemented Interfaces:
- Serializable
public class StringLTrim
- extends StringUnaryUDFDirect
- See Also:
- Serialized Form
|
Method Summary |
protected void |
func(BytesColumnVector outV,
byte[][] vector,
int[] start,
int[] length,
int i)
LTRIM element i of the vector, and place the result in outV. |
StringLTrim
public StringLTrim(int inputColumn,
int outputColumn)
StringLTrim
public StringLTrim()
func
protected void func(BytesColumnVector outV,
byte[][] vector,
int[] start,
int[] length,
int i)
- LTRIM element i of the vector, and place the result in outV.
Operate on the data in place, and set the output by reference
to improve performance. Ignore null handling. That will be handled separately.
- Specified by:
func in class StringUnaryUDFDirect
Copyright © 2014 The Apache Software Foundation. All rights reserved.