@Evolving
public interface LogicalWriteInfo
WriteBuilder
.Modifier and Type | Method and Description |
---|---|
CaseInsensitiveStringMap |
options()
the options that the user specified when writing the dataset
|
String |
queryId()
queryId is a unique string of the query. |
StructType |
schema()
the schema of the input data from Spark to data source.
|
CaseInsensitiveStringMap options()
String queryId()
queryId
is a unique string of the query. It's possible that there are many queries
running at the same time, or a query is restarted and resumed. BatchWrite
can use
this id to identify the query.StructType schema()