Interface SupportsWrite
- All Superinterfaces:
Table
A mix-in interface of
Table
, to indicate that it's writable. This adds
newWriteBuilder(LogicalWriteInfo)
that is used to create a
write for batch or streaming.- Since:
- 3.0.0
-
Method Summary
Methods inherited from interface org.apache.spark.sql.connector.catalog.Table
capabilities, columns, name, partitioning, properties, schema
-
Method Details
-
newWriteBuilder
Returns aWriteBuilder
which can be used to createBatchWrite
. Spark will call this method to configure each data source write.
-