Packages

t

org.apache.spark.sql.delta.catalog

SupportsPathIdentifier

trait SupportsPathIdentifier extends TableCatalog

A trait for handling table access through delta./some/path. This is a stop-gap solution until PathIdentifiers are implemented in Apache Spark.

Self Type
DeltaCatalog
Linear Supertypes
TableCatalog, CatalogPlugin, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SupportsPathIdentifier
  2. TableCatalog
  3. CatalogPlugin
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def alterTable(arg0: Identifier, arg1: <repeated...>[TableChange]): Table
    Definition Classes
    TableCatalog
    Annotations
    @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchTableException]) @transient()
  2. abstract def createTable(arg0: Identifier, arg1: StructType, arg2: Array[Transform], arg3: Map[String, String]): Table
    Definition Classes
    TableCatalog
    Annotations
    @throws(classOf[org.apache.spark.sql.catalyst.analysis.TableAlreadyExistsException]) @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchNamespaceException])
  3. abstract def dropTable(arg0: Identifier): Boolean
    Definition Classes
    TableCatalog
  4. abstract def initialize(arg0: String, arg1: CaseInsensitiveStringMap): Unit
    Definition Classes
    CatalogPlugin
  5. abstract def listTables(arg0: Array[String]): Array[Identifier]
    Definition Classes
    TableCatalog
    Annotations
    @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchNamespaceException])
  6. abstract def loadTable(arg0: Identifier): Table
    Definition Classes
    TableCatalog
    Annotations
    @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchTableException])
  7. abstract def name(): String
    Definition Classes
    CatalogPlugin
  8. abstract def renameTable(arg0: Identifier, arg1: Identifier): Unit
    Definition Classes
    TableCatalog
    Annotations
    @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchTableException]) @throws(classOf[org.apache.spark.sql.catalyst.analysis.TableAlreadyExistsException])

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. lazy val catalog: SessionCatalog
    Attributes
    protected
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def defaultNamespace(): Array[String]
    Definition Classes
    CatalogPlugin
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def invalidateTable(arg0: Identifier): Unit
    Definition Classes
    TableCatalog
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isPathIdentifier(tableIdentifier: TableIdentifier): Boolean
    Attributes
    protected
  16. def isPathIdentifier(table: CatalogTable): Boolean
    Attributes
    protected
  17. def isPathIdentifier(ident: Identifier): Boolean
    Attributes
    protected
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def purgeTable(arg0: Identifier): Boolean
    Definition Classes
    TableCatalog
    Annotations
    @throws(classOf[java.lang.UnsupportedOperationException])
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def tableExists(ident: Identifier): Boolean
    Definition Classes
    SupportsPathIdentifier → TableCatalog
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from TableCatalog

Inherited from CatalogPlugin

Inherited from AnyRef

Inherited from Any

Ungrouped