fn gather_unqualified_columns<'a>(
dependencies: &[ObjectId],
project_cache: Option<&ProjectCache>,
types_lock: &Types,
filter_text: &str,
) -> Vec<CompletionCandidate<'a>>Expand description
Gather columns from all dependencies, filtered by prefix (case-insensitive).