public class FieldReaderFactory.RowReader extends Object implements FieldReader
FieldReader to read InternalRow.| Constructor and Description |
|---|
RowReader(org.apache.avro.Schema schema,
List<DataField> fields) |
| Modifier and Type | Method and Description |
|---|---|
InternalRow |
read(org.apache.avro.io.Decoder decoder,
Object reuse) |
void |
skip(org.apache.avro.io.Decoder decoder) |
public InternalRow read(org.apache.avro.io.Decoder decoder, Object reuse) throws IOException
read in interface FieldReaderIOExceptionpublic void skip(org.apache.avro.io.Decoder decoder)
throws IOException
skip in interface FieldReaderIOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.