(
&self,
_identifier: &Identifier,
_ignore_if_not_exists: bool,
)
| 2413 | Ok(()) |
| 2414 | } |
| 2415 | async fn drop_table( |
| 2416 | &self, |
| 2417 | _identifier: &Identifier, |
| 2418 | _ignore_if_not_exists: bool, |
| 2419 | ) -> paimon::Result<()> { |
| 2420 | Ok(()) |
| 2421 | } |
| 2422 | async fn rename_table( |
| 2423 | &self, |
| 2424 | from: &Identifier, |
no outgoing calls
no test coverage detected