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. All

Abstract Value Members

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

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. def capabilities(): Set[TableCatalogCapability]
    Definition Classes
    TableCatalog
  6. lazy val catalog: SessionCatalog
    Attributes
    protected
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def createTable(arg0: Identifier, arg1: Array[connector.catalog.Column], arg2: Array[Transform], arg3: Map[String, String]): Table
    Definition Classes
    TableCatalog
    Annotations
    @throws( ... ) @throws( ... )
  9. def defaultNamespace(): Array[String]
    Definition Classes
    CatalogPlugin
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def invalidateTable(arg0: Identifier): Unit
    Definition Classes
    TableCatalog
  16. def isIcebergPathIdentifier(ident: Identifier): Boolean
    Attributes
    protected
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isPathIdentifier(tableIdentifier: TableIdentifier): Boolean
    Attributes
    protected
  19. def isPathIdentifier(table: CatalogTable): Boolean
    Attributes
    protected
  20. def isPathIdentifier(ident: Identifier): Boolean
    Attributes
    protected
  21. def loadTable(arg0: Identifier, arg1: Long): Table
    Definition Classes
    TableCatalog
    Annotations
    @throws( ... )
  22. def loadTable(arg0: Identifier, arg1: String): Table
    Definition Classes
    TableCatalog
    Annotations
    @throws( ... )
  23. def loadTable(arg0: Identifier, arg1: Set[TableWritePrivilege]): Table
    Definition Classes
    TableCatalog
    Annotations
    @throws( ... )
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def newIcebergPathTable(ident: Identifier): IcebergTablePlaceHolder
    Attributes
    protected
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def purgeTable(arg0: Identifier): Boolean
    Definition Classes
    TableCatalog
    Annotations
    @throws( ... )
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def tableExists(ident: Identifier): Boolean
    Definition Classes
    SupportsPathIdentifier → TableCatalog
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def useNullableQuerySchema(): Boolean
    Definition Classes
    TableCatalog
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from TableCatalog

Inherited from CatalogPlugin

Inherited from AnyRef

Inherited from Any

Ungrouped