Package

com.mongodb.spark.sql

helpers

Permalink

package helpers

Helpers for defining and querying unsupported bson types

Since

1.1.0

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. helpers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. object StructFields

    Permalink

    The types package provides StructFields representing unsupported Bson Types in Spark.

    The types package provides StructFields representing unsupported Bson Types in Spark.

    These types follow the MongoDB Extended Json format.

    Since

    1.1.0

  2. object UDF

    Permalink

    The udf package provides User Defined Functions that can be used to support querying unsupported Bson Types in Spark.

    The udf package provides User Defined Functions that can be used to support querying unsupported Bson Types in Spark.

    The unsupported types follow the MongoDB Extended Json format.

    Since

    1.1.0

    See also

    the StructFields helpers which convert unsupported bson types into StructTypes so that they can be queried

Inherited from AnyRef

Inherited from Any

Ungrouped