Share via


GenericRow(Object[]) Constructor

Definition

Constructor for the GenericRow class.

public GenericRow (object[] values);
new Microsoft.Spark.Sql.GenericRow : obj[] -> Microsoft.Spark.Sql.GenericRow
Public Sub New (values As Object())

Parameters

values
Object[]

Column values for a row

Applies to