com.stratio.crossdata.connector

mongodb

package mongodb

Visibility
  1. Public
  2. All

Type Members

  1. class DefaultSource extends datasource.mongodb.DefaultSource with TableInventory with DataSourceRegister with TableManipulation

    Allows creation of MongoDB based tables using the syntax CREATE TEMPORARY TABLE .

  2. class MongoQueryProcessor extends SparkLoggerComponent

  3. case class MongodbXDRelation(config: Config, schemaProvided: Option[StructType] = scala.None)(sqlContext: SQLContext) extends MongodbRelation with NativeScan with SparkLoggerComponent with Product with Serializable

    A MongoDB baseRelation that can eliminate unneeded columns and filter using selected predicates before producing an RDD containing all matching tuples as Row objects.

Value Members

  1. object MongoQueryProcessor

Ungrouped