Uses of Class
com.databricks.sdk.service.catalog.TableInfo
-
Packages that use TableInfo Package Description com.databricks.sdk.service.catalog -
-
Uses of TableInfo in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return types with arguments of type TableInfo Modifier and Type Method Description Collection<TableInfo>ListTablesResponse. getTables()Iterable<TableInfo>TablesAPI. list(ListTablesRequest request)List tables.Iterable<TableInfo>TablesAPI. list(String catalogName, String schemaName)Method parameters in com.databricks.sdk.service.catalog with type arguments of type TableInfo Modifier and Type Method Description ListTablesResponseListTablesResponse. setTables(Collection<TableInfo> tables)
-