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 Logging

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

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

    Permalink

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

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

    sqlContext

    the SQLContext

    Since

    1.0

Value Members

  1. object MongoInferSchema

    Permalink
  2. implicit def toMongoDataFrameReaderFunctions(dfr: DataFrameReader): MongoDataFrameReaderFunctions

    Permalink

    Helper to implicitly add MongoDB based functions to a DataFrameReader

    Helper to implicitly add MongoDB based functions to a DataFrameReader

    dfr

    the DataFrameReader

    returns

    the MongoDB based DataFrameReader

  3. implicit def toMongoDataFrameWriterFunctions(dfw: DataFrameWriter): MongoDataFrameWriterFunctions

    Permalink

    Helper to implicitly add MongoDB based functions to a DataFrameWriter

    Helper to implicitly add MongoDB based functions to a DataFrameWriter

    dfw

    the DataFrameWriter

    returns

    the MongoDB based DataFrameWriter

  4. implicit def toSparkSQLContextFunctions(sqlContext: SQLContext): SparkSQLContextFunctions

    Permalink

    Helper to implicitly add MongoDB based functions to a SQLContext

    Helper to implicitly add MongoDB based functions to a SQLContext

    sqlContext

    the current SQLContext

    returns

    the MongoDB based SQLContext

Inherited from AnyRef

Inherited from Any

Ungrouped