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:
  • Field Details

    • MODULE$

      public static final PathElement.CurrentSchema$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • CurrentSchema$

      public CurrentSchema$()