static void |
StringExpr.assign(BytesColumnVector outV,
int i,
byte[] bytes,
int start,
int length) |
static void |
StringExpr.padRight(BytesColumnVector outV,
int i,
byte[] bytes,
int start,
int length,
int maxCharacterLength) |
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) |