rpbouman / huey

A UI for DuckDB
MIT License
205 stars 14 forks source link

AttributeUi: attributes of type STRUCT should allow unfolding of the members #148

Closed rpbouman closed 1 week ago

rpbouman commented 1 month ago

The idea is that members of structs are really themselves also attributes. To implement this in the UI, we could create a special folder called "Members", and this would present the direct members of the struct type as new attributes. In the query these would simply be expanded using dot syntax.