| Class | Description |
|---|---|
| DefaultSource |
Given a partitioning schematic (a column of integral type, a number of
partitions, and upper and lower bounds on the column's value), generate
WHERE clauses for each partition so that each row in the table appears
exactly once.
|
| DriverQuirks |
Encapsulates workarounds for the extensions, quirks, and bugs in various
databases.
|
| JDBCPartition |
Data corresponding to one partition of a JDBCRDD.
|
| JDBCPartitioningInfo |
Instructions on how to partition the table among workers.
|
| JDBCRDD |
An RDD representing a table in a database accessed via JDBC.
|
| JDBCRelation | |
| MySQLQuirks | |
| NoQuirks | |
| PostgresQuirks |