You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that there is currently NO way to construct a struct with custom field names, because DF also doesn't support casting structs that were constructed using struct(1, 2, 3). But even if such a workaround would be possible, I think having a direct constructor would still be nice.
Is your feature request related to a problem or challenge?
I want to construct struct from literal or expression by using sql or rust interface.
like:
Describe the solution you'd like
Add a NamedStruct expression similar to what spark does
sql usage:
Describe alternatives you've considered
No response
Additional context
If this issue is useful, I will implement it
The text was updated successfully, but these errors were encountered: