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

Function OnBitPackedRun

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

Source from the content-addressed store, hash-verified

673 struct {
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

Callers

nothing calls this directly

Calls 1

funcFunction · 0.50

Tested by

no test coverage detected