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 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]) @IntrinsicCandidate() @native()
  9. def createNamespace(namespace: Array[String], metadata: Map[String, String]): Unit
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  10. def createTable(ident: Identifier, columns: Array[connector.catalog.Column], partitions: Array[Transform], properties: Map[String, String]): Table
    Definition Classes
    JDBCTableCatalog → TableCatalog
  11. def defaultNamespace(): Array[String]
    Definition Classes
    CatalogPlugin
  12. def dropNamespace(namespace: Array[String], cascade: Boolean): Boolean
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  13. def dropTable(ident: Identifier): Boolean
    Definition Classes
    JDBCTableCatalog → TableCatalog
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def functionExists(arg0: Identifier): Boolean
    Definition Classes
    FunctionCatalog
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def getQueryContext(context: QueryContext): Array[QueryContext]
    Definition Classes
    DataTypeErrorsBase
  19. def getSummary(sqlContext: QueryContext): String
    Definition Classes
    DataTypeErrorsBase
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @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 loadTable(arg0: Identifier, arg1: Set[TableWritePrivilege]): Table
    Definition Classes
    TableCatalog
    Annotations
    @throws(classOf[org.apache.spark.sql.catalyst.analysis.NoSuchTableException])
  37. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  38. def logDebug(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  39. def logDebug(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  40. def logDebug(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  41. def logDebug(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  42. def logError(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  43. def logError(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  44. def logError(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  45. def logError(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  46. def logInfo(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  47. def logInfo(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  48. def logInfo(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  49. def logInfo(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  50. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  51. def logTrace(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  52. def logTrace(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  53. def logTrace(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  54. def logTrace(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  55. def logWarning(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  56. def logWarning(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  57. def logWarning(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  58. def logWarning(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  59. def name(): String
    Definition Classes
    JDBCTableCatalog → CatalogPlugin
  60. def namespaceExists(namespace: Array[String]): Boolean
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  61. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  62. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  63. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  64. def purgeTable(arg0: Identifier): Boolean
    Definition Classes
    TableCatalog
    Annotations
    @throws(classOf[java.lang.UnsupportedOperationException])
  65. def quoteByDefault(elem: String): String
    Attributes
    protected
    Definition Classes
    DataTypeErrorsBase
  66. def renameTable(oldIdent: Identifier, newIdent: Identifier): Unit
    Definition Classes
    JDBCTableCatalog → TableCatalog
  67. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  68. def tableExists(ident: Identifier): Boolean
    Definition Classes
    JDBCTableCatalog → TableCatalog
  69. def toDSOption(option: String): String
    Definition Classes
    DataTypeErrorsBase
  70. def toSQLConf(conf: String): String
    Definition Classes
    DataTypeErrorsBase
  71. def toSQLId(parts: Seq[String]): String
    Definition Classes
    DataTypeErrorsBase
  72. def toSQLId(parts: String): String
    Definition Classes
    DataTypeErrorsBase
  73. def toSQLStmt(text: String): String
    Definition Classes
    DataTypeErrorsBase
  74. def toSQLType(t: AbstractDataType): String
    Definition Classes
    DataTypeErrorsBase
  75. def toSQLType(text: String): String
    Definition Classes
    DataTypeErrorsBase
  76. def toSQLValue(value: Double): String
    Definition Classes
    DataTypeErrorsBase
  77. def toSQLValue(value: Float): String
    Definition Classes
    DataTypeErrorsBase
  78. def toSQLValue(value: Long): String
    Definition Classes
    DataTypeErrorsBase
  79. def toSQLValue(value: Int): String
    Definition Classes
    DataTypeErrorsBase
  80. def toSQLValue(value: Short): String
    Definition Classes
    DataTypeErrorsBase
  81. def toSQLValue(value: UTF8String): String
    Definition Classes
    DataTypeErrorsBase
  82. def toSQLValue(value: String): String
    Definition Classes
    DataTypeErrorsBase
  83. def toString(): String
    Definition Classes
    AnyRef → Any
  84. def useNullableQuerySchema(): Boolean
    Definition Classes
    TableCatalog
  85. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  86. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  87. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  88. 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