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

Function MakeGenericSegmenter

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

Source from the content-addressed store, hash-verified

171}
172
173Result<std::unique_ptr<RowSegmenter>> MakeGenericSegmenter(
174 const std::vector<TypeHolder>& key_types) {
175 return MakeAnyKeysSegmenter(key_types, default_exec_context());
176}
177
178TEST(RowSegmenter, SupportedKeys) {
179 TestGroupClassSupportedKeys<RowSegmenter>(MakeRowSegmenter);

Callers

nothing calls this directly

Calls 2

MakeAnyKeysSegmenterFunction · 0.85
default_exec_contextFunction · 0.85

Tested by

no test coverage detected