Class GorSparkRow

java.lang.Object
org.gorpipe.gor.model.Row
All Implemented Interfaces:
Serializable, 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:
  • Constructor Details

    • GorSparkRow

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

    • init

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

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

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