feat: Allow selectors.of_type("array<struct>")
#10724
Labels
feature
Features or general enhancements
selectors.of_type("array<struct>")
#10724
Is your feature request related to a problem?
What is the motivation behind your request?
I am trying to mutate all columns that are an array with a struct in them but I don't want to mutate array columns with any other datatype in them
Describe the solution you'd like
From my perspective as a user the logical solution would be the on in my example code. It's already possible to do
s.of_type("array")
ands.of_type("struct")
. But a different solution is also fine by me.I found a workaround for now but that seems a but ineffecient:
What version of ibis are you running?
9.5.0
What backend(s) are you using, if any?
Duckdb
Code of Conduct
The text was updated successfully, but these errors were encountered: