org.opencypher.spark.api.io.sql
Configures a data source that reads tables from files
Configures a data source that reads tables from files
the file format passed to Spark when configuring the reader
the root folder used for file based formats
extra options passed to Spark when configuring the reader
Configures a data source that reads tables via JDBC
Configures a data source that reads tables via JDBC
the JDBC URI to use when connecting to the JDBC server
class name of the JDBC driver to use for the JDBC connection
extra options passed to Spark when configuring the reader
Configures a data source that reads tables from Hive
Configures a data source that reads tables from Hive
The Spark session needs to be configured with .enableHiveSupport()