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

Function MakeRowSegmenter

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

Source from the content-addressed store, hash-verified

166}
167
168Result<std::unique_ptr<RowSegmenter>> MakeRowSegmenter(
169 const std::vector<TypeHolder>& key_types) {
170 return RowSegmenter::Make(key_types, /*nullable_leys=*/false, default_exec_context());
171}
172
173Result<std::unique_ptr<RowSegmenter>> MakeGenericSegmenter(
174 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