Creates a Relation instance by first writing the contents of the given DataFrame to Redshift
Creates a Relation instance by first writing the contents of the given DataFrame to Redshift
Load a RedshiftRelation using user-provided schema, so no inference over JDBC will be used.
Load a RedshiftRelation using user-provided schema, so no inference over JDBC will be used.
Create a new RedshiftRelation instance using parameters from Spark SQL DDL.
Create a new RedshiftRelation instance using parameters from Spark SQL DDL. Resolves the schema using JDBC connection over provided URL, which must contain credentials.
(Since version ) see corresponding Javadoc for more information.
Redshift Source implementation for Spark SQL