Share via


table (DataStreamWriter)

Alias for toTable(). Starts the execution of the streaming query, continually outputting results to the given table as new data arrives.

Syntax

table(tableName)

Parameters

Parameter Type Description
tableName str Name of the table.

Returns

StreamingQuery