Skip to main content

invalidate_scalar_subquery_cache_for_table

Function invalidate_scalar_subquery_cache_for_table 

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

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