27 template <concepts::Rdd R,
typename T = utils::RddElementType<R>>
29 std::vector<std::future<std::vector<T>>>
futures{};
32 return std::vector<T>(std::ranges::begin(
split), std::ranges::end(
split));
47template <concepts::Rdd R>
auto end() const
Definition base_rdd.h:151
auto begin() const
Definition base_rdd.h:142
std::vector< T > operator()(const R &rdd) const
Definition collect.h:28
auto operator|(const R &r, const Collect &collect)
Definition collect.h:48