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 FieldReader
IOException
public void skip(org.apache.avro.io.Decoder decoder) throws IOException
skip
in interface FieldReader
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.