Package org.apache.spark.sql.util
Class SchemaValidationMode.PROHIBIT_CHANGES$
Object
org.apache.spark.sql.util.SchemaValidationMode.PROHIBIT_CHANGES$
- All Implemented Interfaces:
Serializable,SchemaValidationMode,scala.Equals,scala.Product
- Enclosing interface:
- SchemaValidationMode
public static class SchemaValidationMode.PROHIBIT_CHANGES$
extends Object
implements SchemaValidationMode, scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.spark.sql.util.SchemaValidationMode
SchemaValidationMode.ALLOW_NEW_FIELDS$, SchemaValidationMode.PROHIBIT_CHANGES$ -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SchemaValidationMode.PROHIBIT_CHANGES$Static reference to the singleton instance of this Scala object. -
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, productElementName, productElementNames, productIterator, productPrefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
PROHIBIT_CHANGES$
public PROHIBIT_CHANGES$()
-