public static interface RepeatedValueVector.RepeatedAccessor extends ValueVector.Accessor
| Modifier and Type | Method and Description |
|---|---|
int |
getInnerValueCount()
The result includes empty, null valued cells.
|
int |
getInnerValueCountAt(int index) |
boolean |
isEmpty(int index) |
getNullCount, getObject, getValueCount, isNullint getInnerValueCount()
int getInnerValueCountAt(int index)
index - the index of the value for which we want the sizeboolean isEmpty(int index)
index - value indexCopyright © 2017 The Apache Software Foundation. All rights reserved.