Sten Larsson
Sten Larsson
### Rationale for this change The `JoinOptions` class is not available in GLib/Ruby, and it is used together with the `binary_join_element_wise` compute function. ### What changes are included in this...
### Rationale for this change The `ListFlattenOptions` class is not available in GLib/Ruby, and it is used together with the `list_flatten` compute function. ### What changes are included in this...
### Describe the enhancement requested The `ListFlattenOptions` class is not available in GLib/Ruby, and it is used together with the `list_flatten` compute function. ### Component(s) GLib
### Describe the enhancement requested The `JoinOptions` class is not available in GLib/Ruby, and it is used together with the `binary_join_element_wise` compute function. ### Component(s) GLib
### Rationale for this change Aggregators like `first` and `last` are unusable in Ruby because they don't work when the execution plan is executed using multiple threads. ### What changes...