kaskada-ai / kaskada

Modern, open-source event-processing
https://kaskada.io/
Apache License 2.0
348 stars 15 forks source link

ref: Introduce a logical function trait #818

Open bjchambers opened 10 months ago

bjchambers commented 10 months ago

This will make it easier to describe records (both type checking and implementation in one place), as well as allow more extensibility in logical functions (eg., defining custom UDFs, etc.). Having a registry of functions would also make it easier to report errors ("did you mean ...").