execute

open override fun execute(dataSet: DataSet<T>, meta: Meta): DataSet<R>

Transform the data in the node, producing a new node. By default, it is assumed that all calculations are lazy so not actual computation is started at this moment.