| Interface | Description |
|---|---|
| Decoder<T> |
Decoder interface for decoding the data.
|
| Class | Description |
|---|---|
| AbstractAvroDecoder | |
| BinaryAvroDecoder |
This class
BinaryAvroDecoder decodes a byte array of AVRO Json Records into the Row structure. |
| JsonAvroDecoder |
This class
JsonAvroDecoder decodes a byte array of AVRO Json Records into the Row structure. |
| ProtobufDecoderUsingDescriptor |
This class
ProtobufDecoderUsingDescriptor decodes a byte array of Protobuf
Records into the Row structure. |
| Exception | Description |
|---|---|
| DecoderException |
This exception is thrown when there are issues related decoder.
|
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.