package spreadsheets
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- spreadsheets
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class DefaultSource extends RelationProvider with SchemaRelationProvider with CreatableRelationProvider
- class DefaultSource15 extends DefaultSource with DataSourceRegister
-
implicit
class
SpreadsheetDataFrameReader extends AnyRef
Add a method,
spreadsheet, to DataFrameReader that allows reading Google Spreadsheets data. -
implicit
class
SpreadsheetDataFrameWriter[T] extends AnyRef
Add a method,
spreadsheet, to DataFrameWriter that allows you to write Google Spreadsheets data. - case class SpreadsheetRelation(context: SparkSpreadsheetContext, spreadsheetName: String, worksheetName: String, userSchema: Option[StructType] = None)(sqlContext: SQLContext) extends BaseRelation with TableScan with InsertableRelation with Product with Serializable
Value Members
- object SparkSpreadsheetService
- object Util