Class GenericDataUtil

java.lang.Object
org.apache.iceberg.data.GenericDataUtil

public class GenericDataUtil extends Object
Utility methods for working with Iceberg's generic data model
  • Method Details

    • internalToGeneric

      public static Object internalToGeneric(Type type, Object value)
      Convert 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