com.stratio.datasource.mongodb

schema

package schema

Visibility
  1. Public
  2. All

Type Members

  1. trait JsonSupport extends AnyRef

    Json - Scala object transformation support.

  2. case class MongodbSchema[T <: RDD[mongodb.casbah.Imports.DBObject]](rdd: T, samplingRatio: Double) extends SchemaProvider with Serializable with Product

    A custom RDD schema for MongoDB.

Value Members

  1. object MongodbRowConverter extends RowConverter[mongodb.casbah.Imports.DBObject] with JsonSupport with Serializable

    MongodbRowConverter support RDD transformations from DBObject to Row and vice versa

Ungrouped