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 SummaryConstructors 
- 
Method Summary
Create a  Row from the given arguments. 
 
 
 
 
- 
Constructor Details
- 
RowFactorypublic RowFactory() 
 
- 
Method Details
- 
createCreate a  Row from the given arguments. Position i in the argument list becomes
 position i in the created  Row object. 
- Since:
- 1.3.0