com.databricks.spark

xml

package xml

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

Type Members

  1. class DefaultSource extends RelationProvider with SchemaRelationProvider with CreatableRelationProvider

    Provides access to XML data from pure SQL statements (i.

  2. class DefaultSource15 extends DefaultSource with DataSourceRegister

  3. implicit class XmlContext extends Serializable

    Adds a method, xmlFile, to SQLContext that allows reading XML data.

  4. class XmlInputFormat extends TextInputFormat

    Reads records that are delimited by a specific start/end tag.

  5. class XmlReader extends Serializable

    A collection of static functions for working with XML files in Spark SQL

  6. case class XmlRelation(baseRDD: () ⇒ RDD[String], location: Option[String], parameters: Map[String, String], userSchema: StructType = null)(sqlContext: SQLContext) extends BaseRelation with InsertableRelation with TableScan with PrunedScan with Product with Serializable

  7. implicit class XmlSchemaRDD extends AnyRef

    Adds a method, saveAsXmlFile, to DataFrame that allows writing XML data.

Value Members

  1. object XmlInputFormat

  2. package util

Inherited from AnyRef

Inherited from Any

Ungrouped