public class RepeatedListVector.DelegateRepeatedVector.RepeatedListAccessor extends BaseRepeatedValueVector.BaseRepeatedAccessor
Constructor and Description |
---|
RepeatedListAccessor() |
Modifier and Type | Method and Description |
---|---|
void |
get(int index,
ComplexHolder holder) |
void |
get(int index,
int arrayIndex,
ComplexHolder holder) |
void |
get(int index,
RepeatedListHolder holder) |
Object |
getObject(int index)
Get the Java Object representation of the element at the specified position.
|
getInnerValueCount, getInnerValueCountAt, getValueCount, isEmpty, isNull
public Object getObject(int index)
ValueVector.Accessor
index
- Index of the value to getpublic void get(int index, RepeatedListHolder holder)
public void get(int index, ComplexHolder holder)
public void get(int index, int arrayIndex, ComplexHolder holder)
Copyright © 1970 The Apache Software Foundation. All rights reserved.