ArroyoSystems / arroyo

Distributed stream processing engine in Rust
https://arroyo.dev
Apache License 2.0
3.44k stars 188 forks source link

Add new json functions from datafusion-functions-json #640

Open mwylde opened 1 month ago

mwylde commented 1 month ago

Adds additional json functions, from https://github.com/datafusion-contrib/datafusion-functions-json:

These should be much faster (and a bit easier to use) than our existing JSON functions, albeit less powerful. In particular, using them with arrays of objects isn't yet possible.