async fn purify_create_table_from_source(
catalog: impl SessionCatalog,
stmt: CreateTableFromSourceStatement<Aug>,
storage_configuration: &StorageConfiguration,
) -> Result<PurifiedStatement, PlanError>
async fn purify_create_table_from_source(
catalog: impl SessionCatalog,
stmt: CreateTableFromSourceStatement<Aug>,
storage_configuration: &StorageConfiguration,
) -> Result<PurifiedStatement, PlanError>