| Package | Description |
|---|---|
| io.cdap.wrangler.codec |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
Decoder.decode(byte[] bytes) |
List<Row> |
JsonAvroDecoder.decode(byte[] bytes) |
List<Row> |
BinaryAvroDecoder.decode(byte[] bytes)
Decodes byte array of binary encoded AVRO into list of
Row. |
List<Row> |
ProtobufDecoderUsingDescriptor.decode(byte[] bytes) |
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.