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

Function RunEndInteger

cpp/src/arrow/compute/kernel.cc:293–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291};
292
293std::shared_ptr<TypeMatcher> RunEndInteger() {
294 return std::make_shared<RunEndIntegerMatcher>();
295}
296
297class RunEndEncodedMatcher : public TypeMatcher {
298 public:

Callers 2

TESTFunction · 0.85
RunEndEncodedFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68