object SchemaConverters
This object contains method that are used to convert sparkSQL schemas to avro schemas and vice versa.
- Annotations
- @DeveloperApi()
- Source
- SchemaConverters.scala
- Alphabetic
- By Inheritance
- SchemaConverters
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
SchemaType(dataType: DataType, nullable: Boolean) extends Product with Serializable
Internal wrapper for SQL data type and nullability.
Internal wrapper for SQL data type and nullability.
- Since
2.4.0
Value Members
-
def
toAvroType(catalystType: DataType, nullable: Boolean = false, recordName: String = "topLevelRecord", nameSpace: String = ""): Schema
Converts a Spark SQL schema to a corresponding Avro schema.
Converts a Spark SQL schema to a corresponding Avro schema.
- Since
2.4.0
- def toSqlType(avroSchema: Schema, options: Map[String, String]): SchemaType
-
def
toSqlType(avroSchema: Schema): SchemaType
Converts an Avro schema to a corresponding Spark SQL schema.
Converts an Avro schema to a corresponding Spark SQL schema.
- Since
2.4.0
-
def
toSqlType(avroSchema: Schema, useStableIdForUnionType: Boolean): SchemaType
Converts an Avro schema to a corresponding Spark SQL schema.
Converts an Avro schema to a corresponding Spark SQL schema.
- Since
4.0.0