Class GorSparkRow

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<org.gorpipe.gor.model.Row>, org.apache.spark.sql.Row, org.gorpipe.gor.model.ColumnValueProvider, scala.Serializable
    Direct Known Subclasses:
    LongGorSparkRow

    public class GorSparkRow
    extends SparkRow
    See Also:
    Serialized Form
    • Constructor Detail

      • GorSparkRow

        public GorSparkRow​(org.apache.spark.sql.Row sparkrow)
    • Method Detail

      • init

        public void init()
        Overrides:
        init in class SparkRow
      • otherCols

        public java.lang.String otherCols()
        Overrides:
        otherCols in class SparkRow
      • stringValue

        public java.lang.String stringValue​(int col)
        Specified by:
        stringValue in interface org.gorpipe.gor.model.ColumnValueProvider
        Overrides:
        stringValue in class SparkRow