Interface WriteObjectInspector

All Known Implementing Classes:
IcebergBinaryObjectInspector, IcebergDateObjectInspector, IcebergDecimalObjectInspector, IcebergFixedObjectInspector, IcebergTimeObjectInspector, IcebergTimestampObjectInspector, IcebergTimestampWithZoneObjectInspector, IcebergUUIDObjectInspector

public interface WriteObjectInspector
Interface for converting the Hive primitive objects for the objects which could be added to an Iceberg Record. If the IcebergObjectInspector does not implement this then the default Hive primitive objects will be used without conversion.
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(Object value)