pub fn extract_table_names_for_cache(
stmt: &SelectStatement,
) -> SmallVec<[CompactArc<str>; 2]>Expand description
Extract actual table names from a SelectStatement for cache invalidation. This returns the real table names (not aliases) because DML operations reference tables by their actual names, not aliases.