|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectorg.apache.spark.sql.RowFactory
public class RowFactory
A factory class used to construct Row objects.
| Constructor Summary | |
|---|---|
RowFactory()
|
|
| Method Summary | |
|---|---|
static Row |
create(Object... values)
Create a Row from the given arguments. |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RowFactory()
| Method Detail |
|---|
public static Row create(Object... values)
Row from the given arguments. Position i in the argument list becomes
position i in the created Row object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||