async fn handle_create_view_task(
ddl_manager: &DdlManager,
create_view_task: CreateViewTask,
) -> Result<SubmitDdlTaskResponse>
Expand description
Handle the [CreateViewTask]
and returns the DDL response when success.
async fn handle_create_view_task(
ddl_manager: &DdlManager,
create_view_task: CreateViewTask,
) -> Result<SubmitDdlTaskResponse>
Handle the [CreateViewTask]
and returns the DDL response when success.