You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the higher-order iterator functions in Base (sum, prod, any, all, count, minimum, maximum, etc.) can be implemented on top of tmapreduce. The only other fundamental building block that would be useful is taccumulate for cumsum and the like - are there any plans for this?