package xml
- Alphabetic
- By Inheritance
- xml
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
class
DefaultSource extends RelationProvider with SchemaRelationProvider with CreatableRelationProvider with DataSourceRegister
Provides access to XML data from pure SQL statements (i.e.
Provides access to XML data from pure SQL statements (i.e. for users of the JDBC server).
-
implicit
class
XmlContext extends Serializable
Adds a method,
xmlFile
, to SQLContext that allows reading XML data. -
implicit
class
XmlDataFrameReader extends AnyRef
Adds a method,
xml
, to DataFrameReader that allows you to read avro files using the DataFileReader -
implicit
class
XmlDataFrameWriter[T] extends AnyRef
Adds a method,
xml
, to DataFrameWriter that allows you to write avro files using the DataFileWriter -
class
XmlInputFormat extends TextInputFormat
Reads records that are delimited by a specific start/end tag.
-
class
XmlReader extends Serializable
A collection of static functions for working with XML files in Spark SQL
- case class XmlRelation(baseRDD: () ⇒ RDD[String], location: Option[String], parameters: Map[String, String], userSchema: StructType = null)(sqlContext: SQLContext) extends BaseRelation with InsertableRelation with PrunedScan with Product with Serializable
-
implicit
class
XmlSchemaRDD extends AnyRef
Adds a method,
saveAsXmlFile
, to DataFrame that allows writing XML data.Adds a method,
saveAsXmlFile
, to DataFrame that allows writing XML data. If compressionCodec is not null the resulting output will be compressed. Note that a codec entry in the parameters map will be ignored.
Value Members
- object XmlInputFormat