@Internal public final class RowArrowReader extends Object implements ArrowReader<Row>
ArrowReader
which read the underlying Arrow format data as Row
.Constructor and Description |
---|
RowArrowReader(ArrowFieldReader[] fieldReaders) |
Modifier and Type | Method and Description |
---|---|
ArrowFieldReader[] |
getFieldReaders()
Gets the field readers.
|
Row |
read(int rowId)
Read the specified row from underlying Arrow format data.
|
public RowArrowReader(ArrowFieldReader[] fieldReaders)
public ArrowFieldReader[] getFieldReaders()
public Row read(int rowId)
ArrowReader
read
in interface ArrowReader<Row>
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.