GenericRow(Object[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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