@Internal public final class ArrowReader extends Object
ArrowReader
which read the underlying Arrow format data as RowData
.Constructor and Description |
---|
ArrowReader(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 ArrowReader(ColumnVector[] columnVectors)
public ColumnVector[] getColumnVectors()
public RowData read(int rowId)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.