public abstract class BaseRepeatedValueVector.BaseRepeatedAccessor extends BaseValueVector.BaseAccessor implements RepeatedValueVector.RepeatedAccessor
| Constructor and Description |
|---|
BaseRepeatedValueVector.BaseRepeatedAccessor() |
| 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.
|
int |
getValueCount()
Returns the number of values that is stored in this vector.
|
boolean |
isEmpty(int index)
Returns true if the value at the given index is empty, false otherwise.
|
boolean |
isNull(int index)
Returns true if the value at the given index is null, false otherwise.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetObjectpublic BaseRepeatedValueVector.BaseRepeatedAccessor()
public int getValueCount()
ValueVector.AccessorgetValueCount in interface ValueVector.Accessorpublic int getInnerValueCount()
RepeatedValueVector.RepeatedAccessorgetInnerValueCount in interface RepeatedValueVector.RepeatedAccessorpublic int getInnerValueCountAt(int index)
RepeatedValueVector.RepeatedAccessorgetInnerValueCountAt in interface RepeatedValueVector.RepeatedAccessorpublic boolean isNull(int index)
ValueVector.AccessorisNull in interface ValueVector.AccessorisNull in class BaseValueVector.BaseAccessorpublic boolean isEmpty(int index)
RepeatedValueVector.RepeatedAccessorisEmpty in interface RepeatedValueVector.RepeatedAccessorindex - value indexCopyright © 2016 The Apache Software Foundation. All rights reserved.