Replies: 1 comment 4 replies
-
It should be supported. It may not be heavily tested for this scenario. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's assume I have one sequence of doubles stored in the lookup table and another one obtained from the stream using counting window. Is there a way to JOIN such sequences by some row index? For example, I need to compute the Euclidean distance between these sequences.
Beta Was this translation helpful? Give feedback.
All reactions