pub fn clear_scalar_subquery_cache()Expand description
Clear the scalar subquery cache completely.
NOTE: For normal operation, use invalidate_scalar_subquery_cache_for_table instead.
This is only used for explicit cache clearing (e.g., after DDL operations).