pub async fn delete_index(
configuration: &Configuration,
connection_id: &str,
schema: &str,
table: &str,
index_name: &str,
) -> Result<(), Error<DeleteIndexError>>Expand description
Delete a specific index from a cached table.
pub async fn delete_index(
configuration: &Configuration,
connection_id: &str,
schema: &str,
table: &str,
index_name: &str,
) -> Result<(), Error<DeleteIndexError>>Delete a specific index from a cached table.