Class RowFactory

Object
org.apache.spark.sql.RowFactory

@Stable public class RowFactory extends Object
A factory class used to construct Row objects.
Since:
1.3.0
  • Constructor Details

    • RowFactory

      public RowFactory()
  • Method Details

    • create

      public static Row create(Object... values)
      Create a Row from the given arguments. Position i in the argument list becomes position i in the created Row object.
      Since:
      1.3.0