If the database does not exist in the catalog an AnalysisError is thrown. This method does not require the grant option permission.
(String dbName, Privilege privilege)
| 4022 | * This method does not require the grant option permission. |
| 4023 | */ |
| 4024 | public FeDb getDb(String dbName, Privilege privilege) throws AnalysisException { |
| 4025 | return getDb(dbName, privilege, true); |
| 4026 | } |
| 4027 | |
| 4028 | /** |
| 4029 | * This method does not require the grant option permission. |
nothing calls this directly
no test coverage detected