PySpark referenceClassesDataStreamWritertableOn this pagetable (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 ParameterTypeDescriptiontableNamestrName of the table. Returns StreamingQuery