Package org.apache.iceberg.avro
Interface ValueReader<T>
-
- All Known Implementing Classes:
ValueReaders.StructReader
public interface ValueReader<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
read(org.apache.avro.io.Decoder decoder, java.lang.Object reuse)
-
-
-
Method Detail
-
read
T read(org.apache.avro.io.Decoder decoder, java.lang.Object reuse) throws java.io.IOException
- Throws:
java.io.IOException
-
-