Package org.apache.iceberg.data
Class GenericDataUtil
java.lang.Object
org.apache.iceberg.data.GenericDataUtil
Utility methods for working with Iceberg's generic data model
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
internalToGeneric
(Type type, Object value) Convert a value from Iceberg's internal data model to the generic data model.
-
Method Details
-
internalToGeneric
Convert a value from Iceberg's internal data model to the generic data model.- Parameters:
type
- a data typevalue
- value to convert- Returns:
- the value in the generic data model representation
-