Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small fix to DB_Column visualization (#12245)
![image](https://github.com/user-attachments/assets/3cd73be6-6bad-4bd7-bde3-1fcc2901bdec) - Fixes #12244 - I thought that it may make sense to distinguish DB from in-memory columns in visualization so added the `DB_` prefix in the visualization. - For more nested (not shown on screenshot) DB_Column/DB_Table we don't fetch the row count as that is a costly operation. - For unnested we still fetch (although open to changing that), but do not fetch the items for `DB_Column` - just display the row count.
- Loading branch information