The architecture of DDflow does not lend itself well to bindings of the common, interactive type.
It relies on the code for the operators being compiled and optimized by LLVM, which inhibits run-time configurability.
Nah, materialize is basically interactive SQL bindings for DD. There is some loss of optimization potential compared to running everything through the rust compiler but it's still decent.