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 Summary
Constructors
-
Method Summary
Create a
Row
from the given arguments.
-
Constructor Details
-
RowFactory
public RowFactory()
-
Method Details
-
create
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