Package

com.mongodb.spark

sql

Permalink

package sql

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

Type Members

  1. class MongoForeachRddWriter extends ForeachWriter[Row]

    Permalink

Value Members

  1. object MongoForeachRddWriter extends Serializable

    Permalink
  2. implicit def toMongoDataFrame[T](ds: Dataset[T]): MongoDataFrameFunctions[Row]

    Permalink
    Annotations
    @DeveloperApi()
  3. implicit def toMongoDataFrameReaderFunctions(dfr: DataFrameReader): MongoDataFrameReaderFunctions

    Permalink
    Annotations
    @DeveloperApi()
  4. implicit def toMongoDataFrameWriterFunctions(dfw: DataFrameWriter[_]): MongoDataFrameWriterFunctions

    Permalink
    Annotations
    @DeveloperApi()
  5. implicit def toSparkSessionFunctions(sparkSession: SparkSession): SparkSessionFunctions

    Permalink
    Annotations
    @DeveloperApi()

Deprecated Value Members

  1. implicit def toSparkSessionFunctions(sqlContext: SQLContext): SparkSessionFunctions

    Permalink
    Annotations
    @DeveloperApi() @deprecated
    Deprecated

    (Since version 2.0.0) As of Spark 2.0 SQLContext was replaced by SparkSession. Use the SparkSession method instead

Inherited from AnyRef

Inherited from Any

Ungrouped