public abstract class BaseRepeatedValueVector.BaseRepeatedAccessor extends BaseValueVector.BaseAccessor implements RepeatedValueVector.RepeatedAccessor
| Constructor and Description |
|---|
BaseRepeatedAccessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getInnerValueCount()
The result includes empty, null valued cells.
|
int |
getInnerValueCountAt(int index) |
int |
getValueCount() |
boolean |
isEmpty(int index) |
boolean |
isNull(int index) |
getNullCountclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNullCount, getObjectpublic int getValueCount()
getValueCount in interface ValueVector.Accessorpublic int getInnerValueCount()
RepeatedValueVector.RepeatedAccessorgetInnerValueCount in interface RepeatedValueVector.RepeatedAccessorpublic int getInnerValueCountAt(int index)
getInnerValueCountAt in interface RepeatedValueVector.RepeatedAccessorindex - the index of the value for which we want the sizepublic boolean isNull(int index)
isNull in interface ValueVector.AccessorisNull in class BaseValueVector.BaseAccessorindex - the index to check for nullitypublic boolean isEmpty(int index)
isEmpty in interface RepeatedValueVector.RepeatedAccessorindex - value indexCopyright © 2017 The Apache Software Foundation. All rights reserved.