kaskada-ai / kaskada

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

ref: Move type-checking out of sparrow-logical #813

Open bjchambers opened 10 months ago

bjchambers commented 10 months ago

This crate is intended to be a thin interface crate with minimal logic. Pulling in a dependency on type-checking and constructing "valid" expressions is more than thin.

Possible options:

  1. Move the creation of type-checked logical expressions to a sparrow-logical-builder crate.
  2. Move the creation of type-checked logical expressions to the sparrow-session crate.