Class InternalRecordWrapper

  • All Implemented Interfaces:
    org.apache.iceberg.StructLike

    public class InternalRecordWrapper
    extends java.lang.Object
    implements org.apache.iceberg.StructLike
    • Constructor Summary

      Constructors 
      Constructor Description
      InternalRecordWrapper​(org.apache.iceberg.types.Types.StructType struct)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      InternalRecordWrapper copyFor​(org.apache.iceberg.StructLike record)  
      org.apache.iceberg.StructLike get()  
      <T> T get​(int pos, java.lang.Class<T> javaClass)  
      <T> void set​(int pos, T value)  
      int size()  
      InternalRecordWrapper wrap​(org.apache.iceberg.StructLike record)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InternalRecordWrapper

        public InternalRecordWrapper​(org.apache.iceberg.types.Types.StructType struct)
    • Method Detail

      • get

        public org.apache.iceberg.StructLike get()
      • size

        public int size()
        Specified by:
        size in interface org.apache.iceberg.StructLike
      • get

        public <T> T get​(int pos,
                         java.lang.Class<T> javaClass)
        Specified by:
        get in interface org.apache.iceberg.StructLike
      • set

        public <T> void set​(int pos,
                            T value)
        Specified by:
        set in interface org.apache.iceberg.StructLike