@Experimental public interface SupportsWrite extends Table
Table, to indicate that it's writable. This adds
newWriteBuilder(CaseInsensitiveStringMap) that is used to create a write
for batch or streaming.| Modifier and Type | Method and Description |
|---|---|
WriteBuilder |
newWriteBuilder(CaseInsensitiveStringMap options)
Returns a
WriteBuilder which can be used to create BatchWrite. |
capabilities, name, partitioning, properties, schemaWriteBuilder newWriteBuilder(CaseInsensitiveStringMap options)
WriteBuilder which can be used to create BatchWrite. Spark will call
this method to configure each data source write.