public interface CreatableRelationProvider
Modifier and Type | Method and Description |
---|---|
BaseRelation |
createRelation(SQLContext sqlContext,
SaveMode mode,
scala.collection.immutable.Map<String,String> parameters,
Dataset<Row> data)
Save the DataFrame to the destination and return a relation with the given parameters based on
the contents of the given DataFrame.
|
BaseRelation createRelation(SQLContext sqlContext, SaveMode mode, scala.collection.immutable.Map<String,String> parameters, Dataset<Row> data)
sqlContext
- (undocumented)mode
- (undocumented)parameters
- (undocumented)data
- (undocumented)