Skip to content

Conversation

@dlindhol
Copy link
Member

As I'm finding that some operations require the domain set to be a Cartesian product of the individual domain scalar values, I was inspired to add this operation to make sure a Dataset is Cartesian. This is NOT done in constant memory so there is some risk to applying this to a large dataset.

* memory usage. This could be used to ensure that we have a Cartesian
* dataset as required by some operation, but at a cost.
*/
case class Cartesianator() extends StreamOperation {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm taking suggestions for a better name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants