Class SparkStructLike

  • All Implemented Interfaces:
    StructLike

    public class SparkStructLike
    extends java.lang.Object
    implements StructLike
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T get​(int pos, java.lang.Class<T> javaClass)  
      <T> void set​(int pos, T value)  
      int size()  
      SparkStructLike wrap​(org.apache.spark.sql.Row row)  
      • Methods inherited from class java.lang.Object

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

      • size

        public int size()
        Specified by:
        size in interface StructLike
      • get

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

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