public interface CreatableRelationProvider
Modifier and Type | Method and Description |
---|---|
BaseRelation |
createRelation(SQLContext sqlContext,
SaveMode mode,
scala.collection.immutable.Map<String,String> parameters,
DataFrame data)
Creates 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, DataFrame data)