Share via


IForeachWriter.Process(Row) Method

Definition

Called to process each Row in the executor side. This method will be called only if Open returns true.

public void Process (Microsoft.Spark.Sql.Row row);
abstract member Process : Microsoft.Spark.Sql.Row -> unit
Public Sub Process (row As Row)

Parameters

row
Row

The row to process.

Applies to