Package

com.microsoft.azure.cosmosdb.spark

schema

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. class CosmosDBRowConverter extends RowConverter[documentdb.Document] with JsonSupport with Serializable with CosmosDBLoggingTrait

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

    Permalink
  4. trait JsonSupport extends AnyRef

    Permalink

    Json - Scala object transformation support.

    Json - Scala object transformation support. Used to convert from DBObjects to Spark SQL Row field types. Disclaimer: As explained in NOTICE.md, some of this product includes software developed by The Apache Software Foundation (http://www.apache.org/).

  5. trait RowConverter[T] extends AnyRef

    Permalink

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

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

    RDD[Row]
    T

    Original RDD type

  6. trait SchemaProvider extends AnyRef

    Permalink

    Knows the way to provide some Data Source schema

  7. case class SerializationConfig(preserveNullInWrite: Boolean) extends Product with Serializable

    Permalink

Value Members

  1. object CosmosDBRelation

    Permalink
  2. object DataFrameReaderFunctions extends Serializable

    Permalink
  3. object InferSchema

    Permalink
  4. object SerializationConfig extends Serializable

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

    Permalink

    :: 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

    Permalink

    :: 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