@Internal public final class ArrayFieldReader extends ArrowFieldReader<Object[]>
ArrowFieldReader
for Array.Constructor and Description |
---|
ArrayFieldReader(org.apache.arrow.vector.complex.ListVector listVector,
ArrowFieldReader arrayData,
LogicalType elementType) |
Modifier and Type | Method and Description |
---|---|
Object[] |
read(int index)
Sets the field value as the specified value.
|
getValueVector
public ArrayFieldReader(org.apache.arrow.vector.complex.ListVector listVector, ArrowFieldReader arrayData, LogicalType elementType)
public Object[] read(int index)
ArrowFieldReader
read
in class ArrowFieldReader<Object[]>
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.