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