| Package | Description | 
|---|---|
| org.apache.hadoop.hive.ql.exec.vector | |
| org.apache.hadoop.hive.ql.exec.vector.expressions | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BytesColumnVector. copySelected(boolean selectedInUse,
            int[] sel,
            int size,
            BytesColumnVector output)Copy the current object contents into the output. | 
| 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 © 2016 The Apache Software Foundation. All rights reserved.