obi1kenobi / trustfall

A query engine for any combination of data sources. Query your files and APIs as if they were databases!
Apache License 2.0
2.3k stars 66 forks source link

Cleanup `Argument` type use by adding `evaluate_statically` method. #619

Closed obi1kenobi closed 2 weeks ago

obi1kenobi commented 2 weeks ago

Minor refactor and cleanup to support future quality-of-life improvements for Trustfall users, such as a new Argument::Constant variant that will enable shorthand to replace @fold @transform(op: "count") @filter(...) uses.