@Internal public class RowArrowSerializer extends ArrowSerializer<Row>
Row
as the input type.inputType, outputType
Constructor and Description |
---|
RowArrowSerializer(RowType inputType,
RowType outputType) |
Modifier and Type | Method and Description |
---|---|
ArrowReader<Row> |
createArrowReader(org.apache.arrow.vector.VectorSchemaRoot root) |
ArrowWriter<Row> |
createArrowWriter()
Creates an
ArrowWriter . |
close, finishCurrentBatch, load, open, read, resetReader, resetWriter, write
public ArrowWriter<Row> createArrowWriter()
ArrowSerializer
ArrowWriter
.createArrowWriter
in class ArrowSerializer<Row>
public ArrowReader<Row> createArrowReader(org.apache.arrow.vector.VectorSchemaRoot root)
createArrowReader
in class ArrowSerializer<Row>
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.