You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Invalidates the cache for a specific catalog entity (schema or table).
280
-
///
281
-
/// This method ensures that the cache for the specified entity is refreshed or cleared as appropriate.
282
-
/// - For a schema: If the schema exists in the underlying catalog, it is (re-)cached; if it does not exist, the cache entry is removed.
283
-
/// - For a table: The table cache is invalidated. If the table exists in the underlying schema, it is (re-)cached; otherwise, the cache entry is removed.
284
-
///
285
-
/// # Arguments
286
-
/// * `entity` - The cached entity to invalidate, which can be either a schema or a table.
287
-
///
288
-
/// # Errors
289
-
/// Returns an error if:
290
-
/// - The specified catalog or schema does not exist in the cache.
291
-
/// - There is a failure when accessing the underlying catalog or schema provider.
0 commit comments