Decorators¶
Concat Partitions¶
This decorator is used to concatenate the partitions of a dataset into a single dataset. It is similar to the ConcatenatedDataset, but can be used as a decorator in a node.
Split Into Partitions¶
This decorator is used to split a dataset into partitions. It does the opposite of the ConcatPartitions decorator.
List output¶
This decorator converts the output of a node into a list. Useful to standardize the declaration with lists.