Packages

c

io.hydrolix.connectors.spark

SparkTableCatalog

final class SparkTableCatalog extends TableCatalog with SupportsNamespaces with Logging

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

Instance Constructors

  1. new SparkTableCatalog()

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

Deprecated Value Members

  1. 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 SupportsNamespaces

Inherited from TableCatalog

Inherited from CatalogPlugin

Inherited from AnyRef

Inherited from Any

Ungrouped