We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ae1c5 commit ba3bfa2Copy full SHA for ba3bfa2
sql/catalyst/src/main/java/org/apache/spark/sql/RowFactory.java
@@ -25,8 +25,8 @@
25
public class RowFactory {
26
27
/**
28
- * Create a {@link Row} from an array of values. Position i in the array becomes position i
29
- * in the created {@link Row} object.
+ * Create a {@link Row} from the given arguments. Position i in the argument list becomes
+ * position i in the created {@link Row} object.
30
*/
31
public static Row create(Object ... values) {
32
return new GenericRow(values);
0 commit comments