Replies: 1 comment
-
@nickscut It is proposed #727 but not supported yet. You can use collect function to do the same. SELECT collect(*)[-1] as last FROM demo GROUP BY TumblingWindow(ss, 10) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a function similar to Flink LAST_VALUE function
Beta Was this translation helpful? Give feedback.
All reactions