class DeltaCatalog extends DelegatingCatalogExtension with StagingTableCatalog with SupportsPathIdentifier with Logging
A Catalog extension which can properly handle the interaction between the HiveMetaStore and Delta tables. It delegates all operations DataSources other than Delta to the SparkCatalog.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeltaCatalog
- Logging
- SupportsPathIdentifier
- StagingTableCatalog
- DelegatingCatalogExtension
- CatalogExtension
- SupportsNamespaces
- TableCatalog
- CatalogPlugin
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DeltaCatalog()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def alterNamespace(arg0: Array[String], arg1: <repeated...>[NamespaceChange]): Unit
- Definition Classes
- DelegatingCatalogExtension → SupportsNamespaces
- Annotations
- @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchNamespaceException]) @transient()
- def alterTable(ident: Identifier, changes: TableChange*): Table
- def alterTable(arg0: Identifier, arg1: <repeated...>[TableChange]): Table
- Definition Classes
- DelegatingCatalogExtension → TableCatalog
- Annotations
- @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchTableException]) @transient()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val catalog: SessionCatalog
- Attributes
- protected
- Definition Classes
- SupportsPathIdentifier
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def createNamespace(arg0: Array[String], arg1: Map[String, String]): Unit
- Definition Classes
- DelegatingCatalogExtension → SupportsNamespaces
- Annotations
- @throws(classOf[org.apache.spark.sql.catalyst.analysis.NamespaceAlreadyExistsException])
- def createTable(ident: Identifier, schema: StructType, partitions: Array[Transform], properties: Map[String, String]): Table
- Definition Classes
- DeltaCatalog → DelegatingCatalogExtension → TableCatalog
- def defaultNamespace(): Array[String]
- Definition Classes
- DelegatingCatalogExtension → CatalogPlugin
- def dropNamespace(arg0: Array[String]): Boolean
- Definition Classes
- DelegatingCatalogExtension → SupportsNamespaces
- Annotations
- @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchNamespaceException])
- def dropTable(arg0: Identifier): Boolean
- Definition Classes
- DelegatingCatalogExtension → TableCatalog
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def initialize(arg0: String, arg1: CaseInsensitiveStringMap): Unit
- Definition Classes
- DelegatingCatalogExtension → CatalogPlugin
- def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def initializeLogIfNecessary(isInterpreter: Boolean): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def invalidateTable(arg0: Identifier): Unit
- Definition Classes
- DelegatingCatalogExtension → TableCatalog
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPathIdentifier(tableIdentifier: TableIdentifier): Boolean
- Attributes
- protected
- Definition Classes
- SupportsPathIdentifier
- def isPathIdentifier(table: CatalogTable): Boolean
- Attributes
- protected
- Definition Classes
- SupportsPathIdentifier
- def isPathIdentifier(ident: Identifier): Boolean
- Attributes
- protected
- Definition Classes
- SupportsPathIdentifier
- def isTraceEnabled(): Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def listNamespaces(arg0: Array[String]): Array[Array[String]]
- Definition Classes
- DelegatingCatalogExtension → SupportsNamespaces
- Annotations
- @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchNamespaceException])
- def listNamespaces(): Array[Array[String]]
- Definition Classes
- DelegatingCatalogExtension → SupportsNamespaces
- Annotations
- @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchNamespaceException])
- def listTables(arg0: Array[String]): Array[Identifier]
- Definition Classes
- DelegatingCatalogExtension → TableCatalog
- Annotations
- @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchNamespaceException])
- def loadNamespaceMetadata(arg0: Array[String]): Map[String, String]
- Definition Classes
- DelegatingCatalogExtension → SupportsNamespaces
- Annotations
- @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchNamespaceException])
- def loadTable(ident: Identifier): Table
- Definition Classes
- DeltaCatalog → DelegatingCatalogExtension → TableCatalog
- def log: Logger
- Attributes
- protected
- Definition Classes
- Logging
- def logDebug(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logDebug(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logError(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logError(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logInfo(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logInfo(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logName: String
- Attributes
- protected
- Definition Classes
- Logging
- def logTrace(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logTrace(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logWarning(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logWarning(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def name(): String
- Definition Classes
- DelegatingCatalogExtension → CatalogPlugin
- def namespaceExists(arg0: Array[String]): Boolean
- Definition Classes
- DelegatingCatalogExtension → SupportsNamespaces
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newDeltaPathTable(ident: Identifier): DeltaTableV2
- Attributes
- protected
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def purgeTable(arg0: Identifier): Boolean
- Definition Classes
- DelegatingCatalogExtension → TableCatalog
- def renameTable(arg0: Identifier, arg1: Identifier): Unit
- Definition Classes
- DelegatingCatalogExtension → TableCatalog
- Annotations
- @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchTableException]) @throws(classOf[org.apache.spark.sql.catalyst.analysis.TableAlreadyExistsException])
- final def setDelegateCatalog(arg0: CatalogPlugin): Unit
- Definition Classes
- DelegatingCatalogExtension → CatalogExtension
- val spark: SparkSession
- def stageCreate(ident: Identifier, schema: StructType, partitions: Array[Transform], properties: Map[String, String]): StagedTable
- Definition Classes
- DeltaCatalog → StagingTableCatalog
- def stageCreateOrReplace(ident: Identifier, schema: StructType, partitions: Array[Transform], properties: Map[String, String]): StagedTable
- Definition Classes
- DeltaCatalog → StagingTableCatalog
- def stageReplace(ident: Identifier, schema: StructType, partitions: Array[Transform], properties: Map[String, String]): StagedTable
- Definition Classes
- DeltaCatalog → StagingTableCatalog
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tableExists(ident: Identifier): Boolean
- Definition Classes
- SupportsPathIdentifier → TableCatalog
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()