public abstract class AbstractAvroDecoder extends Object implements Decoder<Row>
AbstractAvroDecoder is implementation of Decoder interface using type Row.
All implementations of AVRO decoder should extend from this class.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAvroDecoder(org.apache.avro.Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.avro.io.DatumReader<org.apache.avro.generic.GenericRecord> |
getReader() |
protected org.apache.avro.Schema |
getSchema() |
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.