risingwave_frontend::handler::create_schema

Function handle_create_schema

source
pub async fn handle_create_schema(
    handler_args: HandlerArgs,
    schema_name: ObjectName,
    if_not_exist: bool,
    owner: Option<ObjectName>,
) -> Result<RwPgResponse, RwError>