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