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 SummaryModifier and TypeMethodDescriptionstatic ObjectinternalToGeneric(Type type, Object value) Convert a value from Iceberg's internal data model to the generic data model.
- 
Method Details- 
internalToGenericConvert a value from Iceberg's internal data model to the generic data model.- Parameters:
- type- a data type
- value- value to convert
- Returns:
- the value in the generic data model representation
 
 
-