Package org.apache.spark.sql.jdbc
Class MySQLDialect.MySQLSQLQueryBuilder
Object
org.apache.spark.sql.jdbc.JdbcSQLQueryBuilder
org.apache.spark.sql.jdbc.MySQLDialect.MySQLSQLQueryBuilder
- Enclosing class:
- MySQLDialect
-
Constructor Summary
ConstructorDescriptionMySQLSQLQueryBuilder
(JdbcDialect dialect, org.apache.spark.sql.execution.datasources.jdbc.JDBCOptions options) -
Method Summary
Methods inherited from class org.apache.spark.sql.jdbc.JdbcSQLQueryBuilder
withColumns, withGroupByColumns, withLimit, withOffset, withPredicates, withSortOrders, withTableSample
-
Constructor Details
-
MySQLSQLQueryBuilder
public MySQLSQLQueryBuilder(JdbcDialect dialect, org.apache.spark.sql.execution.datasources.jdbc.JDBCOptions options)
-
-
Method Details
-
build
Description copied from class:JdbcSQLQueryBuilder
Build the final SQL query that following dialect's SQL syntax.- Overrides:
build
in classJdbcSQLQueryBuilder
- Returns:
- (undocumented)
-