Hi All, probably a bit of a simple question here but I can’t for the life of me find anything in the references or guess keywords for applying trig, like sin/atan2/etc funcs in ksqldb?
My use case here is calculating bearing between two lat/lon points, I see geo_distance is implemented which should require trig under the hood, but no corresponding geo_bearing or exposed trig functions.
I’m looking to calculate bearing rather than distance which relies on sin, cos, and atan2 availability. Looks like I’m going to have to get a local setup to get a UDF going at any rate, although it’s quite surprising basic trig isn’t yet available regardless.