Packages

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

Type Members

  1. case class XmlToStructs(inputExpressions: Seq[Expression]) extends UnaryExpression with CodegenFallback with ExpectsInputTypes with Product with Serializable

    Converts an XML input string to a StructType with the specified schema.

Value Members

  1. def from_xml_string(xml: String, schema: StructType, options: Map[String, String]): Row
    Annotations
    @Experimental()
  2. def schema_of_xml(ds: Dataset[String], options: Map[String, String]): StructType
    Annotations
    @Experimental()
  3. def schema_of_xml_array(ds: Dataset[Array[String]], options: Map[String, String]): ArrayType
    Annotations
    @Experimental()
  4. def schema_of_xml_df(df: DataFrame, options: Map[String, String]): StructType
    Annotations
    @Experimental()
  5. object SchemaCache

    Spark schema cache

  6. object XmlExtensions

    Spark SQL extensions registry

Inherited from AnyRef

Inherited from Any

Ungrouped