Interface V1Write
- All Superinterfaces:
 Write
A logical write that should be executed using V1 InsertableRelation interface.
 
 Tables that have TableCapability.V1_BATCH_WRITE in the list of their capabilities
 must build V1Write.
- Since:
 - 3.2.0
 
- 
Method Summary
Methods inherited from interface org.apache.spark.sql.connector.write.Write
description, supportedCustomMetrics, toBatch, toStreaming 
- 
Method Details
- 
toInsertableRelation
InsertableRelation toInsertableRelation() 
 -