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