package xml
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- xml
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
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
-
def
from_xml_string(xml: String, schema: StructType, options: Map[String, String]): Row
- Annotations
- @Experimental()
-
def
schema_of_xml(ds: Dataset[String], options: Map[String, String]): StructType
- Annotations
- @Experimental()
-
def
schema_of_xml_array(ds: Dataset[Array[String]], options: Map[String, String]): ArrayType
- Annotations
- @Experimental()
-
def
schema_of_xml_df(df: DataFrame, options: Map[String, String]): StructType
- Annotations
- @Experimental()
-
object
SchemaCache
Spark schema cache
-
object
XmlExtensions
Spark SQL extensions registry