Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
9.0
-
None
Description
Most (but not all) of the classes for programmatically building `TupleStream`s have constructors that take in their required arguments, but some only have constructors that take in a `StreamExpression` and a `StreamFactory` (e.g. `CartesianProductStream`). This makes building streaming expressions difficult outside of simply constructing them via strings.