Package

com.mongodb.spark

sql

Permalink

package sql

The Mongo Spark Connector Sql package

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 DefaultSource extends DataSourceRegister with RelationProvider with SchemaRelationProvider with CreatableRelationProvider with InsertableRelation

    Permalink

    A MongoDB based DataSource

  2. class MongoDataFrameWriterFunctions extends Serializable with LoggingTrait

    Permalink
  3. case class MongoRelation(mongoRDD: MongoRDD[BsonDocument], _schema: Option[StructType])(sqlContext: SQLContext) extends BaseRelation with PrunedFilteredScan with LoggingTrait with Product with Serializable

    Permalink
  4. case class SparkSQLContextFunctions(sqlContext: SQLContext) extends Serializable with Product

    Permalink

    :: DeveloperApi ::

    :: DeveloperApi ::

    Helpers to create com.mongodb.spark.rdd.MongoRDD in the current SQLContext.

    sqlContext

    the SQLContext

    Annotations
    @DeveloperApi()
    Since

    1.0

Value Members

  1. object MongoInferSchema

    Permalink
  2. package fieldTypes

    Permalink

    Case classes representing native Bson types

    Case classes representing native Bson types

    Since

    1.0

  3. implicit def toMongoDataFrameReaderFunctions(dfr: DataFrameReader): MongoDataFrameReaderFunctions

    Permalink

    :: DeveloperApi ::

    :: DeveloperApi ::

    Helper to implicitly add MongoDB based functions to a DataFrameReader

    dfr

    the DataFrameReader

    returns

    the MongoDB based DataFrameReader

    Annotations
    @DeveloperApi()
  4. implicit def toMongoDataFrameWriterFunctions(dfw: DataFrameWriter): MongoDataFrameWriterFunctions

    Permalink

    :: DeveloperApi ::

    :: DeveloperApi ::

    Helper to implicitly add MongoDB based functions to a DataFrameWriter

    dfw

    the DataFrameWriter

    returns

    the MongoDB based DataFrameWriter

    Annotations
    @DeveloperApi()
  5. implicit def toSparkSQLContextFunctions(sqlContext: SQLContext): SparkSQLContextFunctions

    Permalink

    :: DeveloperApi ::

    :: DeveloperApi ::

    Helper to implicitly add MongoDB based functions to a SQLContext

    sqlContext

    the current SQLContext

    returns

    the MongoDB based SQLContext

    Annotations
    @DeveloperApi()

Inherited from AnyRef

Inherited from Any

Ungrouped