Skip to main content

invalidate_in_subquery_cache_for_table

Function invalidate_in_subquery_cache_for_table 

Source
pub fn invalidate_in_subquery_cache_for_table(table_name: &str)
Expand description

Invalidate IN subquery cache entries for a specific table. Should be called after INSERT, UPDATE, DELETE, or TRUNCATE on a table.