public class VectorColumnSetInfo.KeyLookupHelper extends Object
Modifier and Type | Field and Description |
---|---|
int |
decimalIndex |
int |
doubleIndex |
int |
longIndex |
int |
stringIndex |
Constructor and Description |
---|
VectorColumnSetInfo.KeyLookupHelper() |
Modifier and Type | Method and Description |
---|---|
void |
setDecimal(int index) |
void |
setDouble(int index) |
void |
setLong(int index) |
void |
setString(int index) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.