Packages

class JDBCTableCatalog extends TableCatalog with SupportsNamespaces with FunctionCatalog with DataTypeErrorsBase with Logging

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

Instance Constructors

  1. new JDBCTableCatalog()

Type Members

  1. implicit class LogStringContext extends AnyRef
    Definition Classes
    Logging

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 MDC(key: LogKey, value: Any): MDC
    Attributes
    protected
    Definition Classes
    Logging
  5. def alterNamespace(namespace: Array[String], changes: NamespaceChange*): Unit
  6. def alterTable(ident: Identifier, changes: TableChange*): Table
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def capabilities(): Set[TableCatalogCapability]
    Definition Classes
    TableCatalog
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def createNamespace(namespace: Array[String], metadata: Map[String, String]): Unit
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  11. def createTable(ident: Identifier, columns: Array[connector.catalog.Column], partitions: Array[Transform], properties: Map[String, String]): Table
    Definition Classes
    JDBCTableCatalog → TableCatalog
  12. def createTable(arg0: Identifier, arg1: TableInfo): Table
    Definition Classes
    TableCatalog
    Annotations
    @throws(classOf[org.apache.spark.sql.catalyst.analysis.TableAlreadyExistsException]) @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchNamespaceException])
  13. def defaultNamespace(): Array[String]
    Definition Classes
    CatalogPlugin
  14. def dropNamespace(namespace: Array[String], cascade: Boolean): Boolean
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  15. def dropTable(ident: Identifier): Boolean
    Definition Classes
    JDBCTableCatalog → TableCatalog
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def functionExists(arg0: Identifier): Boolean
    Definition Classes
    FunctionCatalog
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def getQueryContext(context: QueryContext): Array[QueryContext]
    Definition Classes
    DataTypeErrorsBase
  21. def getSummary(sqlContext: QueryContext): String
    Definition Classes
    DataTypeErrorsBase
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. def initialize(name: String, options: CaseInsensitiveStringMap): Unit
    Definition Classes
    JDBCTableCatalog → CatalogPlugin
  24. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  25. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  26. def invalidateTable(arg0: Identifier): Unit
    Definition Classes
    TableCatalog
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  29. def listFunctions(namespace: Array[String]): Array[Identifier]
    Definition Classes
    JDBCTableCatalog → FunctionCatalog
  30. def listNamespaces(namespace: Array[String]): Array[Array[String]]
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  31. def listNamespaces(): Array[Array[String]]
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  32. def listTableSummaries(namespace: Array[String]): Array[TableSummary]
    Definition Classes
    JDBCTableCatalog → TableCatalog
  33. def listTables(namespace: Array[String]): Array[Identifier]
    Definition Classes
    JDBCTableCatalog → TableCatalog
  34. def loadFunction(ident: Identifier): UnboundFunction
    Definition Classes
    JDBCTableCatalog → FunctionCatalog
  35. def loadNamespaceMetadata(namespace: Array[String]): Map[String, String]
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  36. def loadTable(ident: Identifier): Table
    Definition Classes
    JDBCTableCatalog → TableCatalog
  37. def loadTable(arg0: Identifier, arg1: Long): Table
    Definition Classes
    TableCatalog
    Annotations
    @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchTableException])
  38. def loadTable(arg0: Identifier, arg1: String): Table
    Definition Classes
    TableCatalog
    Annotations
    @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchTableException])
  39. def loadTable(arg0: Identifier, arg1: Set[TableWritePrivilege]): Table
    Definition Classes
    TableCatalog
    Annotations
    @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchTableException])
  40. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  41. def logBasedOnLevel(level: Level)(f: => MessageWithContext): Unit
    Attributes
    protected
    Definition Classes
    Logging
  42. def logDebug(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  43. def logDebug(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  44. def logDebug(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  45. def logDebug(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  46. def logError(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  47. def logError(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  48. def logError(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  49. def logError(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  50. def logInfo(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  51. def logInfo(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  52. def logInfo(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  53. def logInfo(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  54. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  55. def logTrace(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  56. def logTrace(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  57. def logTrace(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  58. def logTrace(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  59. def logWarning(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  60. def logWarning(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  61. def logWarning(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  62. def logWarning(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  63. def name(): String
    Definition Classes
    JDBCTableCatalog → CatalogPlugin
  64. def namespaceExists(namespace: Array[String]): Boolean
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  65. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  66. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  67. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  68. def purgeTable(arg0: Identifier): Boolean
    Definition Classes
    TableCatalog
    Annotations
    @throws(classOf[java.lang.UnsupportedOperationException])
  69. def quoteByDefault(elem: String): String
    Attributes
    protected[sql]
    Definition Classes
    DataTypeErrorsBase
  70. def renameTable(oldIdent: Identifier, newIdent: Identifier): Unit
    Definition Classes
    JDBCTableCatalog → TableCatalog
  71. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  72. def tableExists(ident: Identifier): Boolean
    Definition Classes
    JDBCTableCatalog → TableCatalog
  73. def toDSOption(option: String): String
    Definition Classes
    DataTypeErrorsBase
  74. def toSQLConf(conf: String): String
    Definition Classes
    DataTypeErrorsBase
  75. def toSQLId(parts: Seq[String]): String
    Definition Classes
    DataTypeErrorsBase
  76. def toSQLId(parts: String): String
    Definition Classes
    DataTypeErrorsBase
  77. def toSQLStmt(text: String): String
    Definition Classes
    DataTypeErrorsBase
  78. def toSQLType(t: AbstractDataType): String
    Definition Classes
    DataTypeErrorsBase
  79. def toSQLType(text: String): String
    Definition Classes
    DataTypeErrorsBase
  80. def toSQLValue(value: Double): String
    Definition Classes
    DataTypeErrorsBase
  81. def toSQLValue(value: Float): String
    Definition Classes
    DataTypeErrorsBase
  82. def toSQLValue(value: Long): String
    Definition Classes
    DataTypeErrorsBase
  83. def toSQLValue(value: Int): String
    Definition Classes
    DataTypeErrorsBase
  84. def toSQLValue(value: Short): String
    Definition Classes
    DataTypeErrorsBase
  85. def toSQLValue(value: UTF8String): String
    Definition Classes
    DataTypeErrorsBase
  86. def toSQLValue(value: String): String
    Definition Classes
    DataTypeErrorsBase
  87. def toString(): String
    Definition Classes
    AnyRef → Any
  88. def useNullableQuerySchema(): Boolean
    Definition Classes
    TableCatalog
  89. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  90. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  91. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  92. def withLogContext(context: Map[String, String])(body: => Unit): Unit
    Attributes
    protected
    Definition Classes
    Logging

Deprecated Value Members

  1. 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]) @Deprecated
    Deprecated

    (Since version 3.4.0)

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Logging

Inherited from DataTypeErrorsBase

Inherited from FunctionCatalog

Inherited from SupportsNamespaces

Inherited from TableCatalog

Inherited from CatalogPlugin

Inherited from AnyRef

Inherited from Any

Ungrouped