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

Function OnRleRun

cpp/src/arrow/util/rle_encoding_internal.h:676–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674 Callable func;
675 auto OnBitPackedRun(BitPackedRun run) { return func(std::move(run)); }
676 auto OnRleRun(RleRun run) { return func(std::move(run)); }
677 } handler{std::move(func)};
678
679 return Parse(std::move(handler));

Callers

nothing calls this directly

Calls 1

funcFunction · 0.50

Tested by

no test coverage detected