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

Function OnRleRun

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

Source from the content-addressed store, hash-verified

761 Callable func;
762 auto OnBitPackedRun(BitPackedRun run) { return func(std::move(run)); }
763 auto OnRleRun(RleRun run) { return func(std::move(run)); }
764 } handler{std::move(func)};
765
766 parser_.Parse(std::move(handler));

Callers

nothing calls this directly

Calls 1

funcFunction · 0.50

Tested by

no test coverage detected