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