public class VectorColumnSetInfo extends Object
Modifier and Type | Class and Description |
---|---|
class |
VectorColumnSetInfo.KeyLookupHelper
Helper class for looking up a key value based on key index.
|
Modifier and Type | Field and Description |
---|---|
protected int[] |
decimalIndices
indices of decimal primitive keys.
|
protected int |
decimalIndicesIndex |
protected int[] |
doubleIndices
indices of DOUBLE primitive keys.
|
protected int |
doubleIndicesIndex |
protected VectorColumnSetInfo.KeyLookupHelper[] |
indexLookup
Lookup vector to map from key index to primitive type index.
|
protected int[] |
longIndices
indices of LONG primitive keys.
|
protected int |
longIndicesIndex |
protected int[] |
stringIndices
indices of string (byte[]) primitive keys.
|
protected int |
stringIndicesIndex |
Modifier | Constructor and Description |
---|---|
protected |
VectorColumnSetInfo(int keyCount) |
protected int[] longIndices
protected int[] doubleIndices
protected int[] stringIndices
protected int[] decimalIndices
protected VectorColumnSetInfo.KeyLookupHelper[] indexLookup
protected int longIndicesIndex
protected int doubleIndicesIndex
protected int stringIndicesIndex
protected int decimalIndicesIndex
protected void addKey(String outputType) throws HiveException
HiveException
protected void finishAdding()
Copyright © 2017 The Apache Software Foundation. All rights reserved.