Created 07-23-2019 01:23 AM
Do we have Analytical Window function in SAM by any chance? I tried to use Analytical Window functions in structured streaming but no luck. SO wondering if i solve this using SAM? I looked into it we can do stream-stream join which is what iam looking for. However not sure if we have window RANK/LAG functionality in SAM?
Thank you
Created 08-12-2019 10:43 AM
We can write custom functions that can be implemented in the window using which rank can be calculated. There is no native processor as such.