final class SparkTableCatalog extends TableCatalog with SupportsNamespaces with Logging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SparkTableCatalog
- Logging
- SupportsNamespaces
- TableCatalog
- CatalogPlugin
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SparkTableCatalog()
Abstract Value Members
- abstract def alterNamespace(arg0: Array[String], arg1: <repeated...>[NamespaceChange]): Unit
- Definition Classes
- SupportsNamespaces
- Annotations
- @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchNamespaceException]) @transient()
- abstract def alterTable(arg0: Identifier, arg1: <repeated...>[TableChange]): Table
- Definition Classes
- TableCatalog
- Annotations
- @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchTableException]) @transient()
Concrete 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(namespace: Array[String], changes: NamespaceChange*): Unit
- def alterTable(ident: Identifier, changes: TableChange*): Table
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def capabilities(): Set[TableCatalogCapability]
- Definition Classes
- TableCatalog
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def createNamespace(namespace: Array[String], metadata: Map[String, String]): Unit
- Definition Classes
- SparkTableCatalog → SupportsNamespaces
- def createTable(ident: Identifier, schema: StructType, partitions: Array[Transform], properties: Map[String, String]): Table
- Definition Classes
- SparkTableCatalog → TableCatalog
- def createTable(arg0: Identifier, arg1: Array[Column], 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])
- def defaultNamespace(): Array[String]
- Definition Classes
- CatalogPlugin
- def dropNamespace(namespace: Array[String], cascade: Boolean): Boolean
- Definition Classes
- SparkTableCatalog → SupportsNamespaces
- def dropTable(ident: Identifier): Boolean
- Definition Classes
- SparkTableCatalog → TableCatalog
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def initialize(name: String, opts: CaseInsensitiveStringMap): Unit
- Definition Classes
- SparkTableCatalog → 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
- TableCatalog
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTraceEnabled(): Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def listNamespaces(namespace: Array[String]): Array[Array[String]]
- Definition Classes
- SparkTableCatalog → SupportsNamespaces
- def listNamespaces(): Array[Array[String]]
- Definition Classes
- SparkTableCatalog → SupportsNamespaces
- def listTables(namespace: Array[String]): Array[Identifier]
- Definition Classes
- SparkTableCatalog → TableCatalog
- def loadNamespaceMetadata(namespace: Array[String]): Map[String, String]
- Definition Classes
- SparkTableCatalog → SupportsNamespaces
- def loadTable(ident: Identifier): Table
- Definition Classes
- SparkTableCatalog → TableCatalog
- def loadTable(arg0: Identifier, arg1: Long): Table
- Definition Classes
- TableCatalog
- Annotations
- @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchTableException])
- def loadTable(arg0: Identifier, arg1: String): Table
- Definition Classes
- TableCatalog
- Annotations
- @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchTableException])
- 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
- SparkTableCatalog → CatalogPlugin
- def namespaceExists(arg0: Array[String]): Boolean
- Definition Classes
- SupportsNamespaces
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def purgeTable(arg0: Identifier): Boolean
- Definition Classes
- TableCatalog
- Annotations
- @throws(classOf[java.lang.UnsupportedOperationException])
- def renameTable(oldIdent: Identifier, newIdent: Identifier): Unit
- Definition Classes
- SparkTableCatalog → TableCatalog
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tableExists(arg0: Identifier): Boolean
- Definition Classes
- TableCatalog
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)