Package org.apache.spark.sql.avro
Class SchemaConverters.SchemaType
Object
org.apache.spark.sql.avro.SchemaConverters.SchemaType
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product,scala.Serializable
- Enclosing class:
- SchemaConverters
public static class SchemaConverters.SchemaType
extends Object
implements scala.Product, scala.Serializable
Internal wrapper for SQL data type and nullability.
- Since:
- 2.4.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
SchemaType
-
-
Method Details
-
dataType
-
nullable
public boolean nullable()
-