Class PathElement.CurrentSchema$
Object
org.apache.spark.sql.connector.catalog.PathElement.CurrentSchema$
- All Implemented Interfaces:
Serializable,PathElement,scala.Equals,scala.Product
- Enclosing interface:
- PathElement
public static class PathElement.CurrentSchema$
extends Object
implements PathElement, scala.Product, Serializable
Current database/schema (SQL aliases). Stored as the
CatalogManager.CurrentSchemaEntry$
marker so resolution candidates expand against the live USE SCHEMA.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.spark.sql.connector.catalog.PathElement
PathElement.CurrentSchema$, PathElement.DefaultPath$, PathElement.PathRef$, PathElement.SchemaInPath, PathElement.SchemaInPath$, PathElement.SystemPath$ -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PathElement.CurrentSchema$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
-
CurrentSchema$
public CurrentSchema$()
-