| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec.vector.expressions |
| Modifier and Type | Method and Description |
|---|---|
static void |
StringExpr.assign(BytesColumnVector outV,
int i,
byte[] bytes,
int start,
int length) |
static void |
StringExpr.rightTrim(BytesColumnVector outV,
int i,
byte[] bytes,
int start,
int length) |
static void |
StringExpr.rightTrimAndTruncate(BytesColumnVector outV,
int i,
byte[] bytes,
int start,
int length,
int maxLength) |
static void |
StringExpr.truncate(BytesColumnVector outV,
int i,
byte[] bytes,
int start,
int length,
int maxLength) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.