Packages

t

org.apache.spark.connect.proto

CatalogOrBuilder

trait CatalogOrBuilder extends MessageOrBuilder

Linear Supertypes
MessageOrBuilder, MessageLiteOrBuilder, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CatalogOrBuilder
  2. MessageOrBuilder
  3. MessageLiteOrBuilder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def findInitializationErrors(): List[String]
    Definition Classes
    MessageOrBuilder
  2. abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    MessageOrBuilder
  3. abstract def getCacheTable(): CacheTable

    .spark.connect.CacheTable cache_table = 19;

    .spark.connect.CacheTable cache_table = 19;

    returns

    The cacheTable.

  4. abstract def getCacheTableOrBuilder(): CacheTableOrBuilder

    .spark.connect.CacheTable cache_table = 19;

  5. abstract def getCatTypeCase(): CatTypeCase
  6. abstract def getClearCache(): ClearCache

    .spark.connect.ClearCache clear_cache = 21;

    .spark.connect.ClearCache clear_cache = 21;

    returns

    The clearCache.

  7. abstract def getClearCacheOrBuilder(): ClearCacheOrBuilder

    .spark.connect.ClearCache clear_cache = 21;

  8. abstract def getCreateExternalTable(): CreateExternalTable

    .spark.connect.CreateExternalTable create_external_table = 13;

    .spark.connect.CreateExternalTable create_external_table = 13;

    returns

    The createExternalTable.

  9. abstract def getCreateExternalTableOrBuilder(): CreateExternalTableOrBuilder

    .spark.connect.CreateExternalTable create_external_table = 13;

  10. abstract def getCreateTable(): CreateTable

    .spark.connect.CreateTable create_table = 14;

    .spark.connect.CreateTable create_table = 14;

    returns

    The createTable.

  11. abstract def getCreateTableOrBuilder(): CreateTableOrBuilder

    .spark.connect.CreateTable create_table = 14;

  12. abstract def getCurrentCatalog(): CurrentCatalog

    .spark.connect.CurrentCatalog current_catalog = 24;

    .spark.connect.CurrentCatalog current_catalog = 24;

    returns

    The currentCatalog.

  13. abstract def getCurrentCatalogOrBuilder(): CurrentCatalogOrBuilder

    .spark.connect.CurrentCatalog current_catalog = 24;

  14. abstract def getCurrentDatabase(): CurrentDatabase

    .spark.connect.CurrentDatabase current_database = 1;

    .spark.connect.CurrentDatabase current_database = 1;

    returns

    The currentDatabase.

  15. abstract def getCurrentDatabaseOrBuilder(): CurrentDatabaseOrBuilder

    .spark.connect.CurrentDatabase current_database = 1;

  16. abstract def getDatabaseExists(): DatabaseExists

    .spark.connect.DatabaseExists database_exists = 10;

    .spark.connect.DatabaseExists database_exists = 10;

    returns

    The databaseExists.

  17. abstract def getDatabaseExistsOrBuilder(): DatabaseExistsOrBuilder

    .spark.connect.DatabaseExists database_exists = 10;

  18. abstract def getDefaultInstanceForType(): Message
    Definition Classes
    MessageOrBuilder → MessageLiteOrBuilder
  19. abstract def getDescriptorForType(): Descriptor
    Definition Classes
    MessageOrBuilder
  20. abstract def getDropGlobalTempView(): DropGlobalTempView

    .spark.connect.DropGlobalTempView drop_global_temp_view = 16;

    .spark.connect.DropGlobalTempView drop_global_temp_view = 16;

    returns

    The dropGlobalTempView.

  21. abstract def getDropGlobalTempViewOrBuilder(): DropGlobalTempViewOrBuilder

    .spark.connect.DropGlobalTempView drop_global_temp_view = 16;

  22. abstract def getDropTempView(): DropTempView

    .spark.connect.DropTempView drop_temp_view = 15;

    .spark.connect.DropTempView drop_temp_view = 15;

    returns

    The dropTempView.

  23. abstract def getDropTempViewOrBuilder(): DropTempViewOrBuilder

    .spark.connect.DropTempView drop_temp_view = 15;

  24. abstract def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    MessageOrBuilder
  25. abstract def getFunctionExists(): FunctionExists

    .spark.connect.FunctionExists function_exists = 12;

    .spark.connect.FunctionExists function_exists = 12;

    returns

    The functionExists.

  26. abstract def getFunctionExistsOrBuilder(): FunctionExistsOrBuilder

    .spark.connect.FunctionExists function_exists = 12;

  27. abstract def getGetDatabase(): GetDatabase

    .spark.connect.GetDatabase get_database = 7;

    .spark.connect.GetDatabase get_database = 7;

    returns

    The getDatabase.

  28. abstract def getGetDatabaseOrBuilder(): GetDatabaseOrBuilder

    .spark.connect.GetDatabase get_database = 7;

  29. abstract def getGetFunction(): GetFunction

    .spark.connect.GetFunction get_function = 9;

    .spark.connect.GetFunction get_function = 9;

    returns

    The getFunction.

  30. abstract def getGetFunctionOrBuilder(): GetFunctionOrBuilder

    .spark.connect.GetFunction get_function = 9;

  31. abstract def getGetTable(): GetTable

    .spark.connect.GetTable get_table = 8;

    .spark.connect.GetTable get_table = 8;

    returns

    The getTable.

  32. abstract def getGetTableOrBuilder(): GetTableOrBuilder

    .spark.connect.GetTable get_table = 8;

  33. abstract def getInitializationErrorString(): String
    Definition Classes
    MessageOrBuilder
  34. abstract def getIsCached(): IsCached

    .spark.connect.IsCached is_cached = 18;

    .spark.connect.IsCached is_cached = 18;

    returns

    The isCached.

  35. abstract def getIsCachedOrBuilder(): IsCachedOrBuilder

    .spark.connect.IsCached is_cached = 18;

  36. abstract def getListCatalogs(): ListCatalogs

    .spark.connect.ListCatalogs list_catalogs = 26;

    .spark.connect.ListCatalogs list_catalogs = 26;

    returns

    The listCatalogs.

  37. abstract def getListCatalogsOrBuilder(): ListCatalogsOrBuilder

    .spark.connect.ListCatalogs list_catalogs = 26;

  38. abstract def getListColumns(): ListColumns

    .spark.connect.ListColumns list_columns = 6;

    .spark.connect.ListColumns list_columns = 6;

    returns

    The listColumns.

  39. abstract def getListColumnsOrBuilder(): ListColumnsOrBuilder

    .spark.connect.ListColumns list_columns = 6;

  40. abstract def getListDatabases(): ListDatabases

    .spark.connect.ListDatabases list_databases = 3;

    .spark.connect.ListDatabases list_databases = 3;

    returns

    The listDatabases.

  41. abstract def getListDatabasesOrBuilder(): ListDatabasesOrBuilder

    .spark.connect.ListDatabases list_databases = 3;

  42. abstract def getListFunctions(): ListFunctions

    .spark.connect.ListFunctions list_functions = 5;

    .spark.connect.ListFunctions list_functions = 5;

    returns

    The listFunctions.

  43. abstract def getListFunctionsOrBuilder(): ListFunctionsOrBuilder

    .spark.connect.ListFunctions list_functions = 5;

  44. abstract def getListTables(): ListTables

    .spark.connect.ListTables list_tables = 4;

    .spark.connect.ListTables list_tables = 4;

    returns

    The listTables.

  45. abstract def getListTablesOrBuilder(): ListTablesOrBuilder

    .spark.connect.ListTables list_tables = 4;

  46. abstract def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    MessageOrBuilder
  47. abstract def getRecoverPartitions(): RecoverPartitions

    .spark.connect.RecoverPartitions recover_partitions = 17;

    .spark.connect.RecoverPartitions recover_partitions = 17;

    returns

    The recoverPartitions.

  48. abstract def getRecoverPartitionsOrBuilder(): RecoverPartitionsOrBuilder

    .spark.connect.RecoverPartitions recover_partitions = 17;

  49. abstract def getRefreshByPath(): RefreshByPath

    .spark.connect.RefreshByPath refresh_by_path = 23;

    .spark.connect.RefreshByPath refresh_by_path = 23;

    returns

    The refreshByPath.

  50. abstract def getRefreshByPathOrBuilder(): RefreshByPathOrBuilder

    .spark.connect.RefreshByPath refresh_by_path = 23;

  51. abstract def getRefreshTable(): RefreshTable

    .spark.connect.RefreshTable refresh_table = 22;

    .spark.connect.RefreshTable refresh_table = 22;

    returns

    The refreshTable.

  52. abstract def getRefreshTableOrBuilder(): RefreshTableOrBuilder

    .spark.connect.RefreshTable refresh_table = 22;

  53. abstract def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    MessageOrBuilder
  54. abstract def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    MessageOrBuilder
  55. abstract def getSetCurrentCatalog(): SetCurrentCatalog

    .spark.connect.SetCurrentCatalog set_current_catalog = 25;

    .spark.connect.SetCurrentCatalog set_current_catalog = 25;

    returns

    The setCurrentCatalog.

  56. abstract def getSetCurrentCatalogOrBuilder(): SetCurrentCatalogOrBuilder

    .spark.connect.SetCurrentCatalog set_current_catalog = 25;

  57. abstract def getSetCurrentDatabase(): SetCurrentDatabase

    .spark.connect.SetCurrentDatabase set_current_database = 2;

    .spark.connect.SetCurrentDatabase set_current_database = 2;

    returns

    The setCurrentDatabase.

  58. abstract def getSetCurrentDatabaseOrBuilder(): SetCurrentDatabaseOrBuilder

    .spark.connect.SetCurrentDatabase set_current_database = 2;

  59. abstract def getTableExists(): TableExists

    .spark.connect.TableExists table_exists = 11;

    .spark.connect.TableExists table_exists = 11;

    returns

    The tableExists.

  60. abstract def getTableExistsOrBuilder(): TableExistsOrBuilder

    .spark.connect.TableExists table_exists = 11;

  61. abstract def getUncacheTable(): UncacheTable

    .spark.connect.UncacheTable uncache_table = 20;

    .spark.connect.UncacheTable uncache_table = 20;

    returns

    The uncacheTable.

  62. abstract def getUncacheTableOrBuilder(): UncacheTableOrBuilder

    .spark.connect.UncacheTable uncache_table = 20;

  63. abstract def getUnknownFields(): UnknownFieldSet
    Definition Classes
    MessageOrBuilder
  64. abstract def hasCacheTable(): Boolean

    .spark.connect.CacheTable cache_table = 19;

    .spark.connect.CacheTable cache_table = 19;

    returns

    Whether the cacheTable field is set.

  65. abstract def hasClearCache(): Boolean

    .spark.connect.ClearCache clear_cache = 21;

    .spark.connect.ClearCache clear_cache = 21;

    returns

    Whether the clearCache field is set.

  66. abstract def hasCreateExternalTable(): Boolean

    .spark.connect.CreateExternalTable create_external_table = 13;

    .spark.connect.CreateExternalTable create_external_table = 13;

    returns

    Whether the createExternalTable field is set.

  67. abstract def hasCreateTable(): Boolean

    .spark.connect.CreateTable create_table = 14;

    .spark.connect.CreateTable create_table = 14;

    returns

    Whether the createTable field is set.

  68. abstract def hasCurrentCatalog(): Boolean

    .spark.connect.CurrentCatalog current_catalog = 24;

    .spark.connect.CurrentCatalog current_catalog = 24;

    returns

    Whether the currentCatalog field is set.

  69. abstract def hasCurrentDatabase(): Boolean

    .spark.connect.CurrentDatabase current_database = 1;

    .spark.connect.CurrentDatabase current_database = 1;

    returns

    Whether the currentDatabase field is set.

  70. abstract def hasDatabaseExists(): Boolean

    .spark.connect.DatabaseExists database_exists = 10;

    .spark.connect.DatabaseExists database_exists = 10;

    returns

    Whether the databaseExists field is set.

  71. abstract def hasDropGlobalTempView(): Boolean

    .spark.connect.DropGlobalTempView drop_global_temp_view = 16;

    .spark.connect.DropGlobalTempView drop_global_temp_view = 16;

    returns

    Whether the dropGlobalTempView field is set.

  72. abstract def hasDropTempView(): Boolean

    .spark.connect.DropTempView drop_temp_view = 15;

    .spark.connect.DropTempView drop_temp_view = 15;

    returns

    Whether the dropTempView field is set.

  73. abstract def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    MessageOrBuilder
  74. abstract def hasFunctionExists(): Boolean

    .spark.connect.FunctionExists function_exists = 12;

    .spark.connect.FunctionExists function_exists = 12;

    returns

    Whether the functionExists field is set.

  75. abstract def hasGetDatabase(): Boolean

    .spark.connect.GetDatabase get_database = 7;

    .spark.connect.GetDatabase get_database = 7;

    returns

    Whether the getDatabase field is set.

  76. abstract def hasGetFunction(): Boolean

    .spark.connect.GetFunction get_function = 9;

    .spark.connect.GetFunction get_function = 9;

    returns

    Whether the getFunction field is set.

  77. abstract def hasGetTable(): Boolean

    .spark.connect.GetTable get_table = 8;

    .spark.connect.GetTable get_table = 8;

    returns

    Whether the getTable field is set.

  78. abstract def hasIsCached(): Boolean

    .spark.connect.IsCached is_cached = 18;

    .spark.connect.IsCached is_cached = 18;

    returns

    Whether the isCached field is set.

  79. abstract def hasListCatalogs(): Boolean

    .spark.connect.ListCatalogs list_catalogs = 26;

    .spark.connect.ListCatalogs list_catalogs = 26;

    returns

    Whether the listCatalogs field is set.

  80. abstract def hasListColumns(): Boolean

    .spark.connect.ListColumns list_columns = 6;

    .spark.connect.ListColumns list_columns = 6;

    returns

    Whether the listColumns field is set.

  81. abstract def hasListDatabases(): Boolean

    .spark.connect.ListDatabases list_databases = 3;

    .spark.connect.ListDatabases list_databases = 3;

    returns

    Whether the listDatabases field is set.

  82. abstract def hasListFunctions(): Boolean

    .spark.connect.ListFunctions list_functions = 5;

    .spark.connect.ListFunctions list_functions = 5;

    returns

    Whether the listFunctions field is set.

  83. abstract def hasListTables(): Boolean

    .spark.connect.ListTables list_tables = 4;

    .spark.connect.ListTables list_tables = 4;

    returns

    Whether the listTables field is set.

  84. abstract def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    MessageOrBuilder
  85. abstract def hasRecoverPartitions(): Boolean

    .spark.connect.RecoverPartitions recover_partitions = 17;

    .spark.connect.RecoverPartitions recover_partitions = 17;

    returns

    Whether the recoverPartitions field is set.

  86. abstract def hasRefreshByPath(): Boolean

    .spark.connect.RefreshByPath refresh_by_path = 23;

    .spark.connect.RefreshByPath refresh_by_path = 23;

    returns

    Whether the refreshByPath field is set.

  87. abstract def hasRefreshTable(): Boolean

    .spark.connect.RefreshTable refresh_table = 22;

    .spark.connect.RefreshTable refresh_table = 22;

    returns

    Whether the refreshTable field is set.

  88. abstract def hasSetCurrentCatalog(): Boolean

    .spark.connect.SetCurrentCatalog set_current_catalog = 25;

    .spark.connect.SetCurrentCatalog set_current_catalog = 25;

    returns

    Whether the setCurrentCatalog field is set.

  89. abstract def hasSetCurrentDatabase(): Boolean

    .spark.connect.SetCurrentDatabase set_current_database = 2;

    .spark.connect.SetCurrentDatabase set_current_database = 2;

    returns

    Whether the setCurrentDatabase field is set.

  90. abstract def hasTableExists(): Boolean

    .spark.connect.TableExists table_exists = 11;

    .spark.connect.TableExists table_exists = 11;

    returns

    Whether the tableExists field is set.

  91. abstract def hasUncacheTable(): Boolean

    .spark.connect.UncacheTable uncache_table = 20;

    .spark.connect.UncacheTable uncache_table = 20;

    returns

    Whether the uncacheTable field is set.

  92. abstract def isInitialized(): Boolean
    Definition Classes
    MessageLiteOrBuilder

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from MessageOrBuilder

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped