Skip to main content

execute_copy_database

Function execute_copy_database 

Source
pub(super) async fn execute_copy_database(
    database_client: &DatabaseClient,
    catalog: &str,
    schema: &str,
    target: &CopyTarget,
    options: &CopyOptions,
) -> Result<()>