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

Function MakeGrouper

cpp/src/arrow/compute/row/grouper_test.cc:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164Result<std::unique_ptr<Grouper>> MakeGrouper(const std::vector<TypeHolder>& key_types) {
165 return Grouper::Make(key_types, default_exec_context());
166}
167
168Result<std::unique_ptr<RowSegmenter>> MakeRowSegmenter(
169 const std::vector<TypeHolder>& key_types) {

Callers

nothing calls this directly

Calls 2

default_exec_contextFunction · 0.85
MakeFunction · 0.50

Tested by

no test coverage detected