pub fn extract_and_rewrite_full_table_names(
plan: LogicalPlan,
query_ctx: QueryContextRef,
) -> Result<(HashSet<TableName>, LogicalPlan)>
Expand description
Extracts and rewrites the table names in the plan in the fully qualified style, return the table names and new plan.