Package

com.github.potix2.spark.google

spreadsheets

Permalink

package spreadsheets

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. spreadsheets
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class DefaultSource extends RelationProvider with SchemaRelationProvider with CreatableRelationProvider

    Permalink
  2. class DefaultSource15 extends DefaultSource with DataSourceRegister

    Permalink
  3. implicit class SpreadsheetDataFrameReader extends AnyRef

    Permalink

    Add a method, spreadsheet, to DataFrameReader that allows reading Google Spreadsheets data.

  4. implicit class SpreadsheetDataFrameWriter[T] extends AnyRef

    Permalink

    Add a method, spreadsheet, to DataFrameWriter that allows you to write Google Spreadsheets data.

  5. 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

    Permalink

Value Members

  1. object SparkSpreadsheetService

    Permalink
  2. object Util

    Permalink
  3. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped