-
Notifications
You must be signed in to change notification settings - Fork 414
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
In Graph API, how to transform the outcome from a windowing function to non-grouped value #1628
Comments
Update
Now the error message says:
|
Hi, @ngjaying thank you for looking into this. Do you have a solution for this now or is it coming? I was trying to implement my own function plugin to covert the collection into a row, but it seems to be a circle. In order to consume the data from the window function, my function needs to declare |
Sorry, I don't have time to look into this deeply. I don't think we have the mechanism to convert collection back into one row now. |
OK. Do you have any tips how I should go ahead and implement it? As mentioned above, if I declare IsAggregate true for my function, does it mean my function only accept collection and only output collection too? Thanks! |
Yes, this is the current design |
Hello, Thanks |
There is no update on this issue. Welcome to share your ideas here. |
This should be supported after implementing #2504 |
I have the following graph
but got error message saying:
Can I use a pick operator to select the first element of the collection? Thanks.
The text was updated successfully, but these errors were encountered: