Package org.apache.iceberg.avro
Class AvroEncoderUtil
- java.lang.Object
-
- org.apache.iceberg.avro.AvroEncoderUtil
-
public class AvroEncoderUtil extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
decode(byte[] data)
static <T> byte[]
encode(T datum, org.apache.avro.Schema avroSchema)
-