public abstract class AbstractRepeatedMapVector.Accessor extends Object implements RepeatedValueVector.RepeatedAccessor
| Constructor and Description |
|---|
Accessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
get(int index,
RepeatedValueHolder holder) |
int |
getInnerValueCount() |
int |
getInnerValueCountAt(int index) |
int |
getValueCount()
Returns the number of values that is stored in this vector.
|
boolean |
isEmpty(int index) |
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 void get(int index,
RepeatedValueHolder holder)
public int getValueCount()
ValueVector.AccessorgetValueCount in interface ValueVector.Accessorpublic int getInnerValueCount()
getInnerValueCount in interface RepeatedValueVector.RepeatedAccessorpublic int getInnerValueCountAt(int index)
getInnerValueCountAt in interface RepeatedValueVector.RepeatedAccessorpublic boolean isEmpty(int index)
isEmpty in interface RepeatedValueVector.RepeatedAccessorindex - value indexpublic boolean isNull(int index)
ValueVector.AccessorisNull in interface ValueVector.AccessorCopyright © 2021 The Apache Software Foundation. All rights reserved.