35 auto table = input->asArrowTable();
37 auto left = std::make_unique<RArrowDS>(table, std::vector<std::string>{});
38 auto right = std::make_unique<RArrowDS>(table, std::vector<std::string>{});
39 auto combined = std::make_unique<RCombinedDS>(std::move(
left), std::move(
right), std::make_unique<Index>(grouping,
true, BlockCombinationRule::StrictlyUpper),
name +
"_",
name +
"bar_");
41 ROOT::RDataFrame rdf(std::move(combined));