Function common_meta::ddl_manager::handle_create_view_task

source ยท
async fn handle_create_view_task(
    ddl_manager: &DdlManager,
    cluster_id: ClusterId,
    create_view_task: CreateViewTask,
) -> Result<SubmitDdlTaskResponse>
Expand description

Handle the [CreateViewTask] and returns the DDL response when success.