Skip to content
#

materialized-views

Here are 13 public repositories matching this topic...

j4freeman
j4freeman commented Feb 14, 2022

I have a use case where I need to create a new stream containing the bearing between two consecutive points in a pre-existing lat/lon stream. Normally bearing would be available in a standard lib but in a pinch can easily be implemented through sin, cos, and atan2 funcs, none of which are currently available in ksql.

Basic trig functions have a range of use cases in geometric and geographic co

Improve this page

Add a description, image, and links to the materialized-views topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the materialized-views topic, visit your repo's landing page and select "manage topics."

Learn more