public static interface RepeatedValueVector.RepeatedAccessor extends ValueVector.Accessor
| Modifier and Type | Method and Description |
|---|---|
int |
getInnerValueCount()
Returns total number of cells that vector contains.
|
int |
getInnerValueCountAt(int index)
Returns number of cells that the value at the given index contains.
|
boolean |
isEmpty(int index)
Returns true if the value at the given index is empty, false otherwise.
|
getObject, getValueCount, isNullint getInnerValueCount()
int getInnerValueCountAt(int index)
boolean isEmpty(int index)
index - value indexCopyright © 2016 The Apache Software Foundation. All rights reserved.