public class JsonAvroDecoder extends AbstractAvroDecoder
JsonAvroDecoder decodes a byte array of AVRO Json Records into the Row structure.| Constructor and Description |
|---|
JsonAvroDecoder(org.apache.avro.Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
decode(byte[] bytes) |
getReader, getSchemapublic List<Row> decode(byte[] bytes) throws DecoderException
DecoderExceptionCopyright © 2024 CDAP Licensed under the Apache License, Version 2.0.