public interface ExtendedLogicalWriteInfo
extends org.apache.spark.sql.connector.write.LogicalWriteInfo
Modifier and Type | Method and Description |
---|---|
org.apache.spark.sql.types.StructType |
metadataSchema()
The schema of the input metadata from Spark to data source.
|
org.apache.spark.sql.types.StructType |
rowIdSchema()
The schema of the ID columns from Spark to data source.
|