@Internal public final class ArrowReader extends Object
ArrowReader
which read the underlying Arrow format data as RowData
.Constructor and Description |
---|
ArrowReader(org.apache.flink.table.data.vector.ColumnVector[] columnVectors) |
Modifier and Type | Method and Description |
---|---|
org.apache.flink.table.data.vector.ColumnVector[] |
getColumnVectors()
Gets the column vectors.
|
org.apache.flink.table.data.RowData |
read(int rowId)
Read the specified row from underlying Arrow format data.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.