-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement array_resize
function
#7194
Comments
Hi, I'm interested in this issue, can I have a try? |
For the issues no assignment and no others claiming to do, please feel free to pick it. Thanks. |
Thanks for advice 🚀 |
@izveigor Hi, sorry for reporting no any progress for so long due to work reasons.
I want to fill
|
Hello, @Rachelint! I think I can answer all your questions. If you don't comprehend some situations, then you can ask me again :) |
Thanks for the reply, it's very helpful to me!I am reading #7142 and #7338 , and I feel it can solve my confusion. I'm really confused about how datafusion intends to handle About
and this query occurs error:
But it may be not so important now, because my main purpose is to know how datafusion plans to handle this, and the discussion may help. |
I will work on this. |
Ok, I am too busy with work lately... |
I saw there was no progress on this issue, so I tried to pick it up. Your precious discussion is very helpful. Thank you for your contribution! @Rachelint 👍 |
Is your feature request related to a problem or challenge?
Summary
array_resize
list_resize
DuckDB: Resizes the list to contain size elements. Initializes new elements with value or NULL if value is not set.
Examples:
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: