Package org.apache.iceberg.avro
Interface SupportsCustomTypes
- All Known Implementing Classes:
InternalReader
public interface SupportsCustomTypes
An interface to support custom record types by ID.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCustomTypes(Class<? extends StructLike> rootType, Map<Integer, Class<? extends StructLike>> typesById)
-
Method Details
-
setCustomTypes
void setCustomTypes(Class<? extends StructLike> rootType, Map<Integer, Class<? extends StructLike>> typesById)
-