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