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, wait
getObject
public void get(int index, RepeatedValueHolder holder)
public int getValueCount()
ValueVector.Accessor
getValueCount
in interface ValueVector.Accessor
public int getInnerValueCount()
getInnerValueCount
in interface RepeatedValueVector.RepeatedAccessor
public int getInnerValueCountAt(int index)
getInnerValueCountAt
in interface RepeatedValueVector.RepeatedAccessor
public boolean isEmpty(int index)
isEmpty
in interface RepeatedValueVector.RepeatedAccessor
index
- value indexpublic boolean isNull(int index)
ValueVector.Accessor
isNull
in interface ValueVector.Accessor
Copyright © 1970 The Apache Software Foundation. All rights reserved.