Uses of Class
com.databricks.sdk.service.catalog.Dependency
-
Packages that use Dependency Package Description com.databricks.sdk.service.catalog -
-
Uses of Dependency in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return Dependency Modifier and Type Method Description DependencyDependency. setFunction(FunctionDependency function)DependencyDependency. setTable(TableDependency table)Methods in com.databricks.sdk.service.catalog that return types with arguments of type Dependency Modifier and Type Method Description Collection<Dependency>CreateFunction. getRoutineDependencies()Collection<Dependency>FunctionInfo. getRoutineDependencies()Collection<Dependency>TableInfo. getViewDependencies()Method parameters in com.databricks.sdk.service.catalog with type arguments of type Dependency Modifier and Type Method Description CreateFunctionCreateFunction. setRoutineDependencies(Collection<Dependency> routineDependencies)FunctionInfoFunctionInfo. setRoutineDependencies(Collection<Dependency> routineDependencies)TableInfoTableInfo. setViewDependencies(Collection<Dependency> viewDependencies)
-