Packages

class JDBCTableCatalog extends TableCatalog with SupportsNamespaces with FunctionCatalog with Logging

Linear Supertypes
Logging, FunctionCatalog, SupportsNamespaces, TableCatalog, CatalogPlugin, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JDBCTableCatalog
  2. Logging
  3. FunctionCatalog
  4. SupportsNamespaces
  5. TableCatalog
  6. CatalogPlugin
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new JDBCTableCatalog()

Abstract Value Members

  1. abstract def alterNamespace(arg0: Array[String], arg1: <repeated...>[NamespaceChange]): Unit
    Definition Classes
    SupportsNamespaces
    Annotations
    @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchNamespaceException]) @transient()
  2. 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

  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. def alterNamespace(namespace: Array[String], changes: NamespaceChange*): Unit
  5. def alterTable(ident: Identifier, changes: TableChange*): Table
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def capabilities(): Set[TableCatalogCapability]
    Definition Classes
    TableCatalog
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def createNamespace(namespace: Array[String], metadata: Map[String, String]): Unit
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  10. def createTable(ident: Identifier, schema: StructType, partitions: Array[Transform], properties: Map[String, String]): Table
    Definition Classes
    JDBCTableCatalog → TableCatalog
  11. def createTable(arg0: Identifier, arg1: Array[connector.catalog.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])
  12. def defaultNamespace(): Array[String]
    Definition Classes
    CatalogPlugin
  13. def dropNamespace(namespace: Array[String], cascade: Boolean): Boolean
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  14. def dropTable(ident: Identifier): Boolean
    Definition Classes
    JDBCTableCatalog → TableCatalog
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. def functionExists(arg0: Identifier): Boolean
    Definition Classes
    FunctionCatalog
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def initialize(name: String, options: CaseInsensitiveStringMap): Unit
    Definition Classes
    JDBCTableCatalog → CatalogPlugin
  22. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  23. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  24. def invalidateTable(arg0: Identifier): Unit
    Definition Classes
    TableCatalog
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  27. def listFunctions(namespace: Array[String]): Array[Identifier]
    Definition Classes
    JDBCTableCatalog → FunctionCatalog
  28. def listNamespaces(namespace: Array[String]): Array[Array[String]]
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  29. def listNamespaces(): Array[Array[String]]
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  30. def listTables(namespace: Array[String]): Array[Identifier]
    Definition Classes
    JDBCTableCatalog → TableCatalog
  31. def loadFunction(ident: Identifier): UnboundFunction
    Definition Classes
    JDBCTableCatalog → FunctionCatalog
  32. def loadNamespaceMetadata(namespace: Array[String]): Map[String, String]
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  33. def loadTable(ident: Identifier): Table
    Definition Classes
    JDBCTableCatalog → TableCatalog
  34. def loadTable(arg0: Identifier, arg1: Long): Table
    Definition Classes
    TableCatalog
    Annotations
    @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchTableException])
  35. def loadTable(arg0: Identifier, arg1: String): Table
    Definition Classes
    TableCatalog
    Annotations
    @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchTableException])
  36. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  37. def logDebug(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  38. def logDebug(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  39. def logError(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  40. def logError(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  41. def logInfo(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  42. def logInfo(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  43. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  44. def logTrace(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  45. def logTrace(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  46. def logWarning(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  47. def logWarning(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  48. def name(): String
    Definition Classes
    JDBCTableCatalog → CatalogPlugin
  49. def namespaceExists(namespace: Array[String]): Boolean
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. def purgeTable(arg0: Identifier): Boolean
    Definition Classes
    TableCatalog
    Annotations
    @throws(classOf[java.lang.UnsupportedOperationException])
  54. def renameTable(oldIdent: Identifier, newIdent: Identifier): Unit
    Definition Classes
    JDBCTableCatalog → TableCatalog
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. def tableExists(ident: Identifier): Boolean
    Definition Classes
    JDBCTableCatalog → TableCatalog
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Logging

Inherited from FunctionCatalog

Inherited from SupportsNamespaces

Inherited from TableCatalog

Inherited from CatalogPlugin

Inherited from AnyRef

Inherited from Any

Ungrouped