WriteToDataSourceV2 Logical Operator¶
WriteToDataSourceV2
is a logical operator that represents writing data.
NOTE: WriteToDataSourceV2
is deprecated for <
WriteToDataSourceV2
is <
-
DataFrameWriter
is requested to save a DataFrame to a data source -
Spark Structured Streaming's
MicroBatchExecution
is requested to run a streaming batch (with a streaming sink withStreamWriteSupport
)
[[creating-instance]] WriteToDataSourceV2
takes the following to be created:
- [[writer]] FIXME
- [[query]] Child <
>
[[children]] When requested for the child operators, WriteToDataSourceV2
gives the one <
[[output]] When requested for the <WriteToDataSourceV2
gives no attributes (an empty collection).
WriteToDataSourceV2
is planned (translated) to a <