com.microsoft.azure.cosmosdb.spark

schema

package schema

The CosmosDB Spark Connector schema package

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. schema
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CosmosDBRelation extends BaseRelation with PrunedFilteredScan with InsertableRelation with LoggingTrait

  2. case class CosmosDBSchema[T <: RDD[Document]](rdd: T, samplingRatio: Double) extends SchemaProvider with Serializable with Product

  3. trait JsonSupport extends AnyRef

    Json - Scala object transformation support.

  4. trait RowConverter[T] extends AnyRef

    Knows how to map from some Data Source native RDD to an

  5. trait SchemaProvider extends AnyRef

    Knows the way to provide some Data Source schema

Value Members

  1. object CosmosDBRelation

  2. object CosmosDBRowConverter extends RowConverter[Document] with JsonSupport with Serializable

  3. object DataFrameReaderFunctions extends Serializable

  4. object InferSchema

  5. implicit def toDataFrameReaderFunctions(dfr: DataFrameReader): DataFrameReaderFunctions

    :: DeveloperApi ::

    :: DeveloperApi ::

    Helper to implicitly add CosmosDB based functions to a DataFrameReader

    dfr

    the DataFrameReader

    returns

    the CosmosDB based DataFrameReader

    Annotations
    @DeveloperApi()
  6. implicit def toDataFrameWriterFunctions(dfw: DataFrameWriter[_]): DataFrameWriterFunctions

    :: DeveloperApi ::

    :: DeveloperApi ::

    Helper to implicitly add CosmosDB based functions to a DataFrameWriter

    dfw

    the DataFrameWriter

    returns

    the CosmosDB based DataFrameWriter

    Annotations
    @DeveloperApi()

Inherited from AnyRef

Inherited from Any

Ungrouped