MCPcopy Create free account
hub / github.com/apache/arrow / Zip

Class Zip

cpp/src/arrow/util/range.h:195–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193/// *don't* extend Zip.
194template <typename Ranges, typename Indices>
195struct Zip;
196
197template <typename... Ranges>
198Zip(Ranges&&...) -> Zip<std::tuple<Ranges...>, std::index_sequence_for<Ranges...>>;

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.68
operator()Method · 0.68
TESTFunction · 0.68
AssertColumnValuesEqualFunction · 0.68