Row.Implicit(GenericRow to Row) Operator
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.
Returns schema-less Row which can happen within chained UDFs (same behavior as PySpark).
public static implicit operator Microsoft.Spark.Sql.Row(Microsoft.Spark.Sql.GenericRow genericRow);
static member op_Implicit : Microsoft.Spark.Sql.GenericRow -> Microsoft.Spark.Sql.Row
Public Shared Widening Operator CType (genericRow As GenericRow) As Row
Parameters
- genericRow
- GenericRow
Returns
schema-less Row
Remarks
The use of this conversion operator is discouraged except for the UDF that returns a Row object.